File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -102,9 +102,7 @@ command, which includes customizations such as error bars:
102
102
103
103
It's also simple to create stacked bars
104
104
(`bar_stacked.py <../examples/pylab_examples/bar_stacked.html >`_),
105
- candlestick bars
106
- (`finance_demo.py <../examples/pylab_examples/finance_demo.html >`_),
107
- and horizontal bar charts
105
+ or horizontal bar charts
108
106
(`barh_demo.py <../examples/lines_bars_and_markers/barh_demo.html >`_).
109
107
110
108
.. _screenshots_pie_demo :
@@ -184,18 +182,6 @@ for both.
184
182
185
183
See :mod: `matplotlib.ticker ` and :mod: `matplotlib.dates ` for details and usage.
186
184
187
- .. _screenshots_jdh_demo :
188
-
189
- Financial charts
190
- ================
191
-
192
- You can make sophisticated financial plots by combining the various
193
- plot functions, layout commands, and labeling tools provided by matplotlib.
194
- The following example emulates one of the financial plots in
195
- `ChartDirector <http://www.advsofteng.com/gallery_finance.html >`_:
196
-
197
-
198
- .. plot :: mpl_examples/pylab_examples/finance_work2.py
199
185
200
186
201
187
.. _screenshots_basemap_demo :
You can’t perform that action at this time.
0 commit comments