Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 35aa62d

Browse filesBrowse files
committed
Merge pull request #7249 from JunTan/7206
add docstring to example: axisartist/demo_floating_axes.py
1 parent 68e6532 commit 35aa62d
Copy full SHA for 35aa62d

File tree

Expand file treeCollapse file tree

1 file changed

+12
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+12
-0
lines changed

‎examples/axes_grid/demo_floating_axes.py

Copy file name to clipboardExpand all lines: examples/axes_grid/demo_floating_axes.py
+12Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.