Document mpl_toolkits.axes_grid1.anchored_artists #4874
Merged
jenshnielsen
merged 9 commits into
matplotlib:master
from
sargas:cleanup-anchored-artists
Dec 26, 2015
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
efb3f5a
Cleanup axes_grid1.anchored_artists
sargas c27633c
Add documentation to axes_grid1.anchored_artists.AnchoredSizeBar
sargas e8579de
Add documentation to axes_grid1.anchored_artists.AnchoredEllipse
sargas 8ee8707
Add attributes doc for AnchoredSizeBar and AnchoredEllipse in axes_grid1
sargas c574197
Add documentation for axes_grid1's AnchoredAuxTransformBox
sargas ba12801
Add documentation for axes_grid1's AnchoredDrawingArea
sargas abed7b6
Change incorrect import in simple_anchored_artists example
sargas 52e7549
Build documentation for axes_grid1.anchored_artists
sargas 34d1937
Readd six import in axes_grid1.anchored_artists for consistency
sargas
Jump to file
No files or symbols found.
+7
−0
anchored_artists_api.rst
doc/mpl_toolkits/axes_grid/api/anchored_artists_api.rst
+1
−0
index.rst
doc/mpl_toolkits/axes_grid/api/index.rst
+1
−1
simple_anchored_artists.py
examples/axes_grid/simple_anchored_artists.py
+255
−118
anchored_artists.py
lib/mpl_toolkits/axes_grid1/anchored_artists.py