Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b82c9 commit 50358deCopy full SHA for 50358de
3 files changed
examples/shapes_and_collections/artist_reference.py
@@ -1,5 +1,7 @@
1
"""
2
+================================
3
Reference for matplotlib artists
4
5
6
This example displays several of matplotlib's graphics primitives (artists)
7
drawn using matplotlib API. A full list of artists and the documentation is
examples/shapes_and_collections/path_patch_demo.py
-Demo of a PathPatch object.
+================
+PathPatch object
import matplotlib.path as mpath
import matplotlib.patches as mpatches
examples/shapes_and_collections/scatter_demo.py
@@ -1,5 +1,9 @@
-Simple demo of a scatter plot.
+=============
+Scatter plots
+
+This example showcases a simple scatter plot.
8
import numpy as np
9
import matplotlib.pyplot as plt
0 commit comments