• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pydata / xarray / 6065 / 12
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 23 Oct 2018 09:02AM UTC
Files 102
Run time 6s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

23 Oct 2018 08:19AM UTC coverage: 91.254% (+0.01%) from 91.24%
CONDA_ENV=py36-pandas-dev

push

travis-ci

dcherian
ENH: Plotting support for interval coordinates: groupby_bins (#2152)

* ENH: Plotting for groupby_bins

DataArrays created with e.g. groupy_bins have coords containing of pd._libs.interval.Interval. For plotting, the pd._libs.interval.Interval is replaced with the interval's center point. '_center' is appended to teh label

* changed pd._libs.interval.Interval to pd.Interval

* Assign new variable with _interval_to_mid_points instead of mutating original variable.

Note that this changes the the type of  xplt from DataArray to np.array in the line function.

* '_center' added to label only for 1d plot

* added tests

* missing whitespace

* Simplified test

* simplified tests once more

* 1d plots now defaults to step plot

New bool keyword `interval_step_plot` to turn it off.

* non-uniform bin spacing for pcolormesh

* Added step plot function

* bugfix: linestyle == '' results in no line plotted

* Adapted to upstream changes

* Added _resolve_intervals_2dplot function, simplified code

* Added documentation

* typo in documentation

* Fixed bug introduced by upstream change

* Refactor out utility functions.

* Fix test.

* Add whats-new.

* Remove duplicate whats new entry. :/

* Make things neater.

24978 of 27372 relevant lines covered (91.25%)

0.91 hits per line

Source Files on job 6065.12 (CONDA_ENV=py36-pandas-dev)
  • Tree
  • List 0
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5564
  • Travis Job 6065.12
  • 5ebed791 on github
  • Prev Job for CONDA_ENV=py36-pandas-dev on master (#6063.12)
  • Next Job for CONDA_ENV=py36-pandas-dev on master (#6067.12)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc