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

matplotlib / matplotlib / 12794
36%

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

pending completion
12794

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

Uncovered Existing Lines

Lines Coverage ∆ File
113
100.0
lib/matplotlib/collections.py
Jobs
ID Job ID Ran Files Coverage
3 12794.3 (PANDAS=pandas NOSE_ARGS=--with-coverage DELETE_FONT_CACHE=1) 26 Aug 2016 04:33AM UTC 0
70.2
Travis Job 12794.3
Source Files on build 12794
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #12794
  • Pull Request #6491
  • PR Base - master (#12786)
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