X Tutup
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions examples/pylab_examples/README
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,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.

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
X Tutup