Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bio-IT Workshops
Intermediate Python
Commits
c2c0db02
Verified
Commit
c2c0db02
authored
Jul 20, 2020
by
Renato Alves
🌱
Browse files
Reword gridspec
parent
b643533a
Changes
3
Hide whitespace changes
Inline
Side-by-side
_episodes/03-plotting.md
View file @
c2c0db02
...
...
@@ -437,8 +437,11 @@ Notice that sharing both axis automatically hid the axis on the inner subplots.
> ## GridSpec
>
> If you need a finer control over the placement and arrangement of subplots,
> `matplotlib` also provides the [`GridSpec`][gridspec
-example
] interface
> `matplotlib` also provides the [`GridSpec`][gridspec] interface
> which can be used together with `fig.add_subplot()`.
> You can find a [gridspec example](girdspec-example) in the `matplotlib` gallery.
>
> 
{: .callout }
...
...
_includes/links.md
View file @
c2c0db02
...
...
@@ -52,6 +52,7 @@
[
github-blog-contributing
]:
https://github.blog/2012-09-17-contributing-guidelines/
[
github-importer
]:
https://import.github.com/
[
gooey
]:
https://pypi.org/project/Gooey/
[
gridspec
]:
https://matplotlib.org/tutorials/intermediate/gridspec.html
[
gridspec-example
]:
https://matplotlib.org/3.1.1/gallery/subplots_axes_and_figures/gridspec_multicolumn.html
[
grus-dont-like-notebooks
]:
https://www.youtube.com/watch?v=7jiPeIFXb6U
[
if-name-main
]:
https://stackoverflow.com/a/419185
...
...
fig/subplot-gridspec.png
0 → 100644
View file @
c2c0db02
9.09 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment