Skip to content

Commit 50358de

Browse files
committed
MEP12 of shapes and collections's examples
1 parent 61b82c9 commit 50358de

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

examples/shapes_and_collections/artist_reference.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
"""
2+
================================
23
Reference for matplotlib artists
4+
================================
35
46
This example displays several of matplotlib's graphics primitives (artists)
57
drawn using matplotlib API. A full list of artists and the documentation is

examples/shapes_and_collections/path_patch_demo.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
"""
2-
Demo of a PathPatch object.
2+
================
3+
PathPatch object
4+
================
35
"""
46
import matplotlib.path as mpath
57
import matplotlib.patches as mpatches

examples/shapes_and_collections/scatter_demo.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
"""
2-
Simple demo of a scatter plot.
2+
=============
3+
Scatter plots
4+
=============
5+
6+
This example showcases a simple scatter plot.
37
"""
48
import numpy as np
59
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)