Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eaaf182

Browse files
committed
DOC lines, bars and markers is now full SG
1 parent c61c856 commit eaaf182

15 files changed

Lines changed: 12 additions & 12 deletions

doc/users/legend_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ Known examples of using legend
289289
Here is a non-exhaustive list of the examples available involving legend
290290
being used in various ways:
291291

292-
* :ref:`lines_bars_and_markers-scatter_with_legend`
293292
* :ref:`api-plot_legend`
293+
* :ref:`lines_bars_and_markers-plot_scatter_with_legend`
294294
* :ref:`pylab_examples-contourf_hatching`
295295
* :ref:`pylab_examples-figlegend_demo`
296296
* :ref:`pylab_examples-scatter_symbol`

doc/users/screenshots.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ command, which includes customizations such as error bars:
103103
It's also simple to create stacked bars
104104
(`bar_stacked.py <../examples/pylab_examples/bar_stacked.html>`_),
105105
or horizontal bar charts
106-
(`barh_demo.py <../examples/lines_bars_and_markers/barh_demo.html>`_).
106+
(`plot_barh.py <../examples/lines_bars_and_markers/plot_barh.html>`_).
107107

108108
.. _screenshots_pie_demo:
109109

@@ -166,7 +166,7 @@ Fill demo
166166
The :func:`~matplotlib.pyplot.fill` command lets you
167167
plot filled curves and polygons:
168168

169-
.. plot:: mpl_examples/lines_bars_and_markers/fill_demo.py
169+
.. plot:: mpl_examples/lines_bars_and_markers/plot_fill.py
170170

171171
Thanks to Andrew Straw for adding this function.
172172

doc/users/whats_new.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Filled ``+`` and ``x`` markers
287287

288288
New fillable *plus* and *x* markers have been added. See
289289
the :mod:`~matplotlib.markers` module and
290-
:ref:`marker reference <lines_bars_and_markers-marker_reference>`
290+
:ref:`marker reference <lines_bars_and_markers-plot_marker_reference>`
291291
examples.
292292

293293
`rcount` and `ccount` for `plot_surface()`
File renamed without changes.
File renamed without changes.
File renamed without changes.

examples/lines_bars_and_markers/line_demo_dash_control.py renamed to examples/lines_bars_and_markers/plot_line_demo_dash_control.py

File renamed without changes.

examples/lines_bars_and_markers/line_styles_reference.py renamed to examples/lines_bars_and_markers/plot_line_styles_reference.py

File renamed without changes.
File renamed without changes.

examples/lines_bars_and_markers/marker_fillstyle_reference.py renamed to examples/lines_bars_and_markers/plot_marker_fillstyle_reference.py

File renamed without changes.

0 commit comments

Comments
 (0)