Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

206 plot dataframe #207

Merged
merged 15 commits into from
Apr 24, 2017
Merged

206 plot dataframe #207

merged 15 commits into from
Apr 24, 2017

Conversation

JanisGailis
Copy link
Member

@JanisGailis JanisGailis commented Apr 24, 2017

Dataframe plotting functionality, plotting testing improvements, fixes to ops.init concerning also other operations.

Closes #206

Janis Gailis added 14 commits April 24, 2017 22:37
Plot tests only take a second or two and with proper temp file
management they should not break the build on any CI system. There's no
reason to keep them disabled.
This reverts commit 586336b.
Fix imports in ops.__init__, add plot_dataframe.

plot_dataframe has been validated, a bug with figure saving found and
fixed.
@JanisGailis JanisGailis added this to the IPM4 milestone Apr 24, 2017
@JanisGailis JanisGailis self-assigned this Apr 24, 2017
@JanisGailis JanisGailis requested a review from forman April 24, 2017 23:07
@codecov-io
Copy link

codecov-io commented Apr 24, 2017

Codecov Report

Merging #207 into master will decrease coverage by 0.04%.
The diff coverage is 42.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #207      +/-   ##
==========================================
- Coverage    74.6%   74.56%   -0.05%     
==========================================
  Files          68       68              
  Lines        9010     9022      +12     
==========================================
+ Hits         6722     6727       +5     
- Misses       2288     2295       +7
Impacted Files Coverage Δ
cate/ops/__init__.py 100% <100%> (ø) ⬆️
cate/ops/plot.py 23.66% <38.46%> (+1.81%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 57551b0...4a803cd. Read the comment docs.

@JanisGailis JanisGailis merged commit 29bb8d9 into master Apr 24, 2017
@JanisGailis JanisGailis deleted the 206-plot-dataframe branch April 24, 2017 23:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ability to plot a dataframe
2 participants