Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 40eab47

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

File tree

Expand file treeCollapse file tree

7 files changed

+5
-5
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

7 files changed

+5
-5
lines changed
Open diff view settings
Collapse file

‎doc/users/github_stats.rst‎

Copy file name to clipboardExpand all lines: doc/users/github_stats.rst
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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
Collapse file

‎doc/users/screenshots.rst‎

Copy file name to clipboardExpand all lines: doc/users/screenshots.rst
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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

Collapse file
File renamed without changes.
Collapse file
File renamed without changes.
Collapse file
File renamed without changes.
Collapse file

‎examples/tests/backend_driver.py‎

Copy file name to clipboardExpand all lines: examples/tests/backend_driver.py
+2-2Lines 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'] = [
Collapse file

‎lib/matplotlib/pyplot.py‎

Copy file name to clipboardExpand all lines: lib/matplotlib/pyplot.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.