You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
arctest.py was (from the old changelog entries) intended as a test for
the long-obsoleted draw_arc method; it's not a particularly relevant
example otherwise (there are better examples for showcasing markers).
It's also right now at the very top of the examples list, which it
doesn't deserve.
interp_demo.py is an example of using np.interp and not particularly
great at doing that, as one could get nearly the same plot (visually)
without doing interpolation but by using a dashed linestyle... If
anything it belongs to the numpy docs, not the matplotlib docs.
0 commit comments