Skip to content

FIX: Removed financial demos that stalled because of yahoo requests #7057

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 3 commits into from
Sep 8, 2016
Merged
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
1 change: 0 additions & 1 deletion doc/users/legend_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -293,5 +293,4 @@ being used in various ways:
* :ref:`api-legend_demo`
* :ref:`pylab_examples-contourf_hatching`
* :ref:`pylab_examples-figlegend_demo`
* :ref:`pylab_examples-finance_work2`
* :ref:`pylab_examples-scatter_symbol`
16 changes: 1 addition & 15 deletions doc/users/screenshots.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,7 @@ command, which includes customizations such as error bars:

It's also simple to create stacked bars
(`bar_stacked.py <../examples/pylab_examples/bar_stacked.html>`_),
candlestick bars
(`finance_demo.py <../examples/pylab_examples/finance_demo.html>`_),
and horizontal bar charts
or horizontal bar charts
(`barh_demo.py <../examples/lines_bars_and_markers/barh_demo.html>`_).

.. _screenshots_pie_demo:
Expand Down Expand Up @@ -184,18 +182,6 @@ for both.

See :mod:`matplotlib.ticker` and :mod:`matplotlib.dates` for details and usage.

.. _screenshots_jdh_demo:

Financial charts
================

You can make sophisticated financial plots by combining the various
plot functions, layout commands, and labeling tools provided by matplotlib.
The following example emulates one of the financial plots in
`ChartDirector <http://www.advsofteng.com/gallery_finance.html>`_:


.. plot:: mpl_examples/pylab_examples/finance_work2.py


.. _screenshots_basemap_demo:
Expand Down
46 changes: 0 additions & 46 deletions examples/misc/longshort.py

This file was deleted.

52 changes: 0 additions & 52 deletions examples/pylab_examples/date_demo1.py

This file was deleted.

46 changes: 0 additions & 46 deletions examples/pylab_examples/date_demo2.py

This file was deleted.

35 changes: 0 additions & 35 deletions examples/pylab_examples/finance_demo.py

This file was deleted.

Loading