8000 Remove two examples. · matplotlib/matplotlib@38510e3 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 38510e3

Browse files
committed
Remove two examples.
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.
1 parent 7bcf618 commit 38510e3

File tree

2 files changed

+0
-42
lines changed

2 files changed

+0
-42
lines changed

examples/lines_bars_and_markers/arctest.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

examples/lines_bars_and_markers/interp_demo.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0