Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 94f47da

Browse filesBrowse files
Salil VanvariQuLogic
authored andcommitted
MAINT removing stock_demo.py and data_helper.py.
1 parent 7de832c commit 94f47da
Copy full SHA for 94f47da

File tree

Expand file treeCollapse file tree

4 files changed

+0
-91
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+0
-91
lines changed

‎examples/pylab_examples/README

Copy file name to clipboard
-11Lines 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

Copy file name to clipboardExpand all lines: examples/pylab_examples/data_helper.py
-60Lines changed: 0 additions & 60 deletions
This file was deleted.

‎examples/pylab_examples/stock_demo.py

Copy file name to clipboardExpand all lines: examples/pylab_examples/stock_demo.py
-19Lines changed: 0 additions & 19 deletions
This file was deleted.

‎examples/tests/backend_driver.py

Copy file name to clipboardExpand all lines: examples/tests/backend_driver.py
-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.