File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
examples/shapes_and_collections Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11"""
2+ ================================
23Reference for matplotlib artists
4+ ================================
35
46This example displays several of matplotlib's graphics primitives (artists)
57drawn using matplotlib API. A full list of artists and the documentation is
Original file line number Diff line number Diff line change 11"""
2- Demo of a PathPatch object.
2+ ================
3+ PathPatch object
4+ ================
35"""
46import matplotlib .path as mpath
57import matplotlib .patches as mpatches
Original file line number Diff line number Diff line change 11"""
2- Simple demo of a scatter plot.
2+ =============
3+ Scatter plots
4+ =============
5+
6+ This example showcases a simple scatter plot.
37"""
48import numpy as np
59import matplotlib .pyplot as plt
You can’t perform that action at this time.
0 commit comments