Skip to content
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

feat: add MatPlot guide #762

Merged
merged 4 commits into from
Sep 28, 2017
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
Next Next commit
feat: final note on widgets
nulinspiratie committed Sep 26, 2017
commit 65c2df8276bc3d3d4196f2885c562f8cdc5329dc
8 changes: 8 additions & 0 deletions docs/examples/Comprehensive Plotting How-To.ipynb
Original file line number Diff line number Diff line change
@@ -4363,6 +4363,14 @@
"plot.fig.canvas.mpl_connect('close_event', handle_close);"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"On a related note, matplotlib also has widgets that can be added to plots, allowing additional interactivity with the dataset.\n",
"An example would be adding a slider to show 2D plots of a 3D dataset (e.g. https://matplotlib.org/examples/widgets/slider_demo.html)."
]
},
{
"cell_type": "markdown",
"metadata": {},