8000 MAINT removing stock_demo.py and data_helper.py. · matplotlib/matplotlib@8ce6cdd · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ce6cdd

Browse files
Salil VanvariQuLogic
authored andcommitted
MAINT removing stock_demo.py and data_helper.py.
1 parent 5ad3d33 commit 8ce6cdd

File tree

4 files changed

+0
-91
lines changed

4 files changed

+0
-91
lines changed

examples/pylab_examples/README

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
Here are some demos of how to use the matplotlib.
22

33

4-
-- data_helper.py - a convenience module to load some data from the
5-
data dir
6-
74
-- embedding_in_gtk - The Figure class derives from gtk.DrawingArea,
85
so it is easy to embed in larger applications.
96

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

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

examples/pylab_examples/data_helper.py

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

examples/pylab_examples/stock_demo.py

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

examples/tests/backend_driver.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@
237237
'stem_plot.py',
238238
'step_demo.py',
239239
'stix_fonts_demo.py',
240-
'stock_demo.py',
241240
'subplots_adjust.py',
242241
'symlog_demo.py',
243242
'table_demo.py',

0 commit comments

Comments
 (0)
0