Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Clean up and move accented text example #8065
+38
−38
Conversation
dstansby
added the
Documentation
label
Feb 12, 2017
| +Matplotlib supports accented characters via TeX mathtext. |
QuLogic
Feb 12, 2017
Member
Also supported through regular Unicode characters, though that's not shown here.
tacaswell
Feb 13, 2017
Owner
I am
NelleV
added this to the
2.1 (next point release)
milestone
Feb 16, 2017
NelleV
changed the title from
Clean up and move accented text example to [MRG+1] Clean up and move accented text example
Feb 16, 2017
anntzer
referenced
this pull request
Feb 16, 2017
Closed
Improvements to Gallery - Removing accented_text.html & unicode_demo.html #8083
anntzer
requested changes
Feb 16, 2017
|
nb. I am just ignoring |
| +ax.set_title(r'$\ddot{o}\acute{e}\grave{e}\hat{O}' | ||
| + r'\breve{i}\bar{A}\tilde{n}\vec{q}$', fontsize=20) | ||
| + | ||
| +# Shorthand is also supported and curly's are optional |
| +# Unicode demo | ||
| +fig, ax = plt.subplots() | ||
| +ax.set_title('Développés et fabriqués') | ||
| +ax.set_xlabel("réactivité nous permettent d'être sélectionnés et adoptés") |
anntzer
Feb 16, 2017
Contributor
Actually both French sentences are meaningless. If we want to keep some foreign languages, I can propose
GISCARD CHAHUTÉ À L'ASSEMBLÉE
LE COUP DE DÉ DE DE GAULLE
(famous examples where keeping accents on caps is needed for the sentence to make any sense) :-)
dstansby
added
to Needs review in Reviewing pull requests.
Feb 18, 2017
QuLogic
merged commit a34c859
into matplotlib:master
Feb 23, 2017
5 checks passed
codecov/patch
Coverage not affected when comparing 3d99e43...a14b453
Details
codecov/project/library
62.82% (+0.54%) compared to 3d99e43
Details
codecov/project/tests
98.84% (target 97.7%)
Details
continuous-integration/appveyor/pr
AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
QuLogic
changed the title from
[MRG+1] Clean up and move accented text example to Clean up and move accented text example
Feb 23, 2017
QuLogic
moved
from Needs review to Done in Reviewing pull requests.
Feb 23, 2017
dstansby
deleted the
dstansby:doc-accented-text branch
Apr 2, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dstansby commentedFeb 12, 2017
I thought I'd kick off the docathon by moving and cleaning the first example in
pylab_examples.