Skip to content

Commit acf2953

Browse files
committed
Merge pull request #7249 from JunTan/7206
add docstring to example: axisartist/demo_floating_axes.py
2 parents 023caec + 987199c commit acf2953

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

examples/axisartist/demo_floating_axes.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
"""
2+
Demo of the floating axes.
3+
4+
This demo shows features of functions in floating_axes:
5+
* Using scatter function and bar function with changing the
6+
shape of the plot.
7+
* Using GridHelperCurveLinear to rotate the plot and set the
8+
boundary of the plot.
9+
* Using FloatingSubplot to create a subplot using the return
10+
value from GridHelperCurveLinear.
11+
* Making sector plot by adding more features to GridHelperCurveLinear.
12+
"""
113
from matplotlib.transforms import Affine2D
214
import mpl_toolkits.axisartist.floating_axes as floating_axes
315
import numpy as np

0 commit comments

Comments
 (0)