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.
2 parents 023caec + 987199c commit acf2953Copy full SHA for acf2953
examples/axisartist/demo_floating_axes.py
@@ -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
13
from matplotlib.transforms import Affine2D
14
import mpl_toolkits.axisartist.floating_axes as floating_axes
15
import numpy as np
0 commit comments