Skip to content

Navigation Menu

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 a7bc6da

Browse filesBrowse files
committed
add === lines and remove tutorial language
1 parent c21f5a5 commit a7bc6da
Copy full SHA for a7bc6da

File tree

4 files changed

+7
-7
lines changed
Filter options

4 files changed

+7
-7
lines changed

‎galleries/examples/color/color_demo.py

Copy file name to clipboardExpand all lines: galleries/examples/color/color_demo.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
For more in-depth information on colors in matplotlib see
77
8-
* the :ref:`colors_def` tutorial;
8+
* :ref:`colors_def`;
99
* the `matplotlib.colors` API;
1010
* the :doc:`/gallery/color/named_colors` example.
1111
"""

‎galleries/examples/shapes_and_collections/dolphin.py

Copy file name to clipboardExpand all lines: galleries/examples/shapes_and_collections/dolphin.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
========
2+
=================================
33
Draw and manipulate dolphin shape
4-
========
4+
=================================
55
66
This example shows how to draw and manipulate shapes, given vertices
77
and nodes using the `~.path.Path`, `~.patches.PathPatch` and

‎galleries/examples/shapes_and_collections/donut.py

Copy file name to clipboardExpand all lines: galleries/examples/shapes_and_collections/donut.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
r"""
2-
=============
2+
===================================
33
Draw Donuts with Path and PathPatch
4-
=============
4+
===================================
55
66
Mmh... draw donuts (miam!) using `~.path.Path`\s and `~.patches.PathPatch`\es.
77
This example shows the effect of the path's orientations in a compound path.

‎galleries/examples/showcase/firefox.py

Copy file name to clipboardExpand all lines: galleries/examples/showcase/firefox.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
=======
2+
==================================
33
Firefox logo with path and patches
4-
=======
4+
==================================
55
66
This example shows how to create the Firefox logo with path and patches.
77
"""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.