Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Mep12 text labels and annotations #8211
+15
−3
Conversation
NelleV
added the
Documentation
label
Mar 7, 2017
NelleV
changed the title from
Mep12 text labels and annotations to [MRG] Mep12 text labels and annotations
Mar 7, 2017
| +Controlling style of text and labels using a dictionary | ||
| +======================================================= | ||
| + | ||
| + |
| + | ||
| + | ||
| +This example shows how to share parameters across many text objects and labels | ||
| +by creating a dictionnaries of option passed across several functions. |
|
Thanks for the review! I fixed the comments. |
| +======================================================= | ||
| + | ||
| +This example shows how to share parameters across many text objects and labels | ||
| +by creating a dictionnary of options passed across several functions. |
QuLogic
changed the title from
[MRG] Mep12 text labels and annotations to [MRG+1] Mep12 text labels and annotations
Mar 7, 2017
tacaswell
added this to the
2.0.1 (next bug fix release)
milestone
Mar 7, 2017
| + | ||
| +Matplotlib can wrap text automatically, but if it's too long, the text will be | ||
| +displayed slightly outside of the boundaries of the axis anyways. | ||
| + |
anntzer
Mar 7, 2017
Contributor
A quick grep suggests that the common style in the codebase is an empty line after the closing quotes, not before.
Also applies below.
NelleV
Mar 7, 2017
Contributor
We have common style code for documenting examples? And here I thought we didn't have documentation on examples :p
|
I've added/removed blank lines. |
dstansby
self-assigned this
Mar 7, 2017
|
So… The documentation passes. The rest fails because it can't download freetype. |
dstansby
merged commit e88957d
into matplotlib:master
Mar 8, 2017
dstansby
removed their assignment
Apr 10, 2017
dstansby
added a commit
that referenced
this pull request
May 1, 2017
|
|
dstansby |
605e57b
|
|
Backported to |
QuLogic
changed the title from
[MRG+1] Mep12 text labels and annotations to Mep12 text labels and annotations
May 1, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NelleV commentedMar 7, 2017
Here are some more migrations of examples to compatible sphinx-gallery docstring.
refs #7206