8000 Minor example updates by QuLogic · Pull Request #7559 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Minor example updates #7559

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Dec 17, 2016
Prev Previous commit
MAINT removing stock_demo.py and data_helper.py.
  • Loading branch information
Salil Vanvari authored and QuLogic committed Dec 11, 2016
commit 94f47da5168ce9ec525536c0baf31054438da540
11 changes: 0 additions & 11 deletions examples/pylab_examples/README
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
Here are some demos of how to use the matplotlib.


-- data_helper.py - a convenience module to load some data from the
data dir

-- embedding_in_gtk - The Figure class derives from gtk.DrawingArea,
so it is easy to embed in larger applications.

Expand All @@ -14,11 +11,3 @@ Here are some demos of how to use the matplotlib.
-- subplot_demo.py - how to do multiple axes on a single plot

-- vline_hline_demo.py - working with straight lines

-- stock_demo.py - working with large datasets. Click on the plot and
launch the navigation tool; wheel mouse over the navigation
buttons to scroll and zoom. There are 58 days of minute by
minute stock quotes for two tickers. The plot lib uses
Numeric's super speedy searchsorted routine to extract the
clipping indices so only the data in the viewport are handled.

60 changes: 0 additions & 60 deletions examples/pylab_examples/data_helper.py

This file was deleted.

19 changes: 0 additions & 19 deletions examples/pylab_examples/stock_demo.py

This file was deleted.

1 change: 0 additions & 1 deletion examples/tests/backend_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@
'stem_plot.py',
'step_demo.py',
'stix_fonts_demo.py',
'stock_demo.py',
'subplots_adjust.py',
'symlog_demo.py',
'table_demo.py',
Expand Down
0