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

matplotlib / matplotlib / 12794 / 3
36%
master: 36%

Build:
DEFAULT BRANCH: master
Ran 26 Aug 2016 04:33AM UTC
Files 114
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

26 Aug 2016 03:56AM UTC coverage: 70.201%. Remained the same
PANDAS=pandas NOSE_ARGS=--with-coverage DELETE_FONT_CACHE=1

Pull #6491

travis-ci

web-flow
Don't warn in Collections.contains if picker is not numlike.

Otherwise, a warning is raised in the simple example:

    from pylab import *

    def pick_test(artist, mouseevent):
        return coll.contains(mouseevent)

    coll = plt.scatter([0, 1], [0, 1], picker=pick_test)
    plt.show()

(Click anywhere in the figure to trigger the warning.)

The use of `is_numlike` matches the implementation of `Line2D.contains`.

Initially noted while using mpldatacursor.
Pull Request #6491: Don't warn in Collections.contains if picker is not numlike.

33252 of 47367 relevant lines covered (70.2%)

0.7 hits per line

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