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

Skip to content

Commit 40eab47

Browse files
committed
DOC pie and polar charts is now full SG
1 parent 4f92501 commit 40eab47

7 files changed

Lines changed: 5 additions & 5 deletions

File tree

doc/users/github_stats.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ Issues (889):
13971397
* :ghissue:`6509`: pylab image_masked is broken
13981398
* :ghissue:`6657`: appveyor is failing on pre-install
13991399
* :ghissue:`6610`: Icons for Tk are not antialiased.
1400-
* :ghissue:`6687`: Small issues with the example ``polar_scatter_demo.py``
1400+
* :ghissue:`6687`: Small issues with the example ``plot_polar_scatter.py``
14011401
* :ghissue:`6541`: Time to deprecate the GTK backend
14021402
* :ghissue:`6680`: Minor typo in the docstring of ``IdentityTransform``?
14031403
* :ghissue:`6670`: plt.text object updating incorrectly with blit=False

doc/users/screenshots.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ exploding one or more wedges from the center of the pie, and a shadow effect.
117117
Take a close look at the attached code, which generates this figure in just
118118
a few lines of code.
119119

120-
.. plot:: mpl_examples/pie_and_polar_charts/pie_demo_features.py
120+
.. plot:: auto_examples/pie_and_polar_charts/plot_pie_features.py
121121

122122
.. _screenshots_table_demo:
123123

File renamed without changes.
File renamed without changes.
File renamed without changes.

examples/tests/backend_driver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686

8787
files['pie'] = [
8888
'pie_demo.py',
89-
'polar_bar_demo.py',
90-
'polar_scatter_demo.py',
89+
'plot_polar_bar.py',
90+
'plot_polar_scatter.py',
9191
]
9292

9393
files['text_labels_and_annotations'] = [

lib/matplotlib/pyplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ def subplot(*args, **kwargs):
10371037
For additional information on :func:`axes` and
10381038
:func:`subplot` keyword arguments.
10391039
1040-
:file:`examples/pie_and_polar_charts/polar_scatter_demo.py`
1040+
:file:`auto_examples/pie_and_polar_charts/plot_polar_scatter.py`
10411041
For an example
10421042
10431043
**Example:**

0 commit comments

Comments
 (0)