Skip to content

Add style for xkcd #6157

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

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
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
37 changes: 37 additions & 0 deletions lib/matplotlib/mpl-data/stylelib/xkcd.mplstyle
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
###LINES

lines.linewidth : 2.0


###FONT

font.family : Humor Sans, Comic Sans MS
font.size : 14.0

##AXES

axes.linewidth : 1.5
axes.grid : False
axes.unicode_minus : False
axes.edgecolor : black

##PATH

path.sketch : (scale, length, randomness)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't these be numbers, rather than the placeholders "scale, length, randomness"?



##FIGURE

figure.facecolor : white

##GRID

grid.linewidth : 0.0

##XTICK
xtick.major.size : 8
xtick.major.width : 3

#YTICK
ytick.major.size : 8
ytick.major.width : 3