Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Add xkcd font as one of the options #6811
Conversation
mdboom
added the
needs_review
label
Jul 21, 2016
|
Does this correctly use the font if it is installed? |
This was referenced Jul 22, 2016
|
This should probably also be added to https://github.com/matplotlib/matplotlib/blob/master/matplotlibrc.template#L209 and rcsetup https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/rcsetup.py#L1002 |
|
I installed the font in my |
|
Yes please. |
tacaswell
added this to the
2.0 (style change major release)
milestone
Jul 22, 2016
tacaswell
and 1 other
commented on an outdated diff
Jul 22, 2016
lib/matplotlib/rcsetup.py
| @@ -1000,7 +1000,7 @@ def validate_animation_writer_path(p): | ||
| 'Sand', 'Script MT', 'Felipa', 'cursive'], | ||
| validate_stringlist], | ||
| 'font.fantasy': [['Comic Sans MS', 'Chicago', 'Charcoal', 'Impact' | ||
| - 'Western', 'Humor Sans', 'fantasy'], | ||
| + 'Western', 'Humor Sans', 'fantasy, xkcd'], |
|
|
tacaswell
merged commit 64ad40b
into matplotlib:master
Jul 23, 2016
tacaswell
removed the
needs_review
label
Jul 23, 2016
tacaswell
added a commit
that referenced
this pull request
Jul 23, 2016
|
|
tacaswell |
8751f9b
|
|
Backported to 2.x as 8751f9b Thanks @peterfpeterson |
|
Hmm, isn't |
|
it is very possible I screwed up here. |
QuLogic
added a commit
to QuLogic/matplotlib
that referenced
this pull request
Oct 16, 2016
|
|
QuLogic |
cba07e2
|
QuLogic
referenced
this pull request
Oct 16, 2016
Merged
Ensure meta font names are listed last. #7280
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
peterfpeterson commentedJul 21, 2016
The official xkcd font https://github.com/ipython/xkcd-font
was missing from the list of what is looked for when the
user selects xkcd mode. Since it is the "official" font, it
has been added to the top of the list.