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

matplotlib / matplotlib / 13957 / 3
36%
master: 36%

Build:
DEFAULT BRANCH: master
Ran 14 Nov 2016 10:43PM UTC
Files 110
Run time 7s
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

14 Nov 2016 10:12PM UTC coverage: 66.411% (+0.003%) from 66.408%
PANDAS=pandas NOSE_ARGS=--with-coverage DELETE_FONT_CACHE=1

Pull #7454

travis-ci

web-flow
Avoid temporaries when preparing step plots.

The previous implementation of `pts_to_{pre,mid,post}`step was fairly
unefficient: it allocated a large array during validation (`vstack`),
then a second array to build the return tuple, then converted the
columns to a tuple, then immediately converted the tuple back to a new
array at the call site (to construct a Path).  Instead, just create a
single array and work with it all along.

Also some minor related cleanups (moving imports in lines.py, in
particular not exposing the individual `pts_to_*step` functions anymore
(they are not directly used, only via the `STEP_LOOKUP_MAP` mapping).
Pull Request #7454: [MRG+1] Avoid temporaries when preparing step plots.

31114 of 46851 relevant lines covered (66.41%)

0.66 hits per line

Source Files on job 13957.3 (PANDAS=pandas NOSE_ARGS=--with-coverage DELETE_FONT_CACHE=1)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 13957
  • Travis Job 13957.3
  • a1512924 on github
  • Prev Job for PANDAS=pandas NOSE_ARGS=--with-coverage DELETE_FONT_CACHE=1 on master (#13946.3)
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