Skip to content

add docstring to example: axisartist/demo_floating_axes.py #7249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 18, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
delete spaces before period
  • Loading branch information
JunTan committed Oct 15, 2016
commit 987199c5806f666bc3594a0c09d714c2f5a0dc9d
2 changes: 1 addition & 1 deletion examples/axisartist/demo_floating_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Using scatter function and bar function with changing the
shape of the plot.
* Using GridHelperCurveLinear to rotate the plot and set the
boundary of the plot .
boundary of the plot.
* Using FloatingSubplot to create a subplot using the return
value from GridHelperCurveLinear.
* Making sector plot by adding more features to GridHelperCurveLinear.
Expand Down