Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

MNT: remove '#' from matplotlibrc #5979

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

Merged
merged 1 commit into from
Feb 9, 2016
Merged
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
MNT: remove '#' from matplotlibrc
  • Loading branch information
tacaswell committed Feb 9, 2016
commit 6c4a36bd3c13d47f1319976739c141464196a45d
12 changes: 6 additions & 6 deletions 12 matplotlibrc.template
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#
# Colors: for the color values below, you can either use - a
# matplotlib color string, such as r, k, or b - an rgb tuple, such as
# (1.0, 0.5, 0.0) - a hex string, such as ff00ff or #ff00ff - a scalar
# (1.0, 0.5, 0.0) - a hex string, such as ff00ff - a scalar
# grayscale intensity such as 0.75 - a legal html color name, e.g., red,
# blue, darkslategray

Expand Down Expand Up @@ -105,7 +105,7 @@ backend : $TEMPLATE_BACKEND
#patch.linewidth : None # edge width in points.
# If None, use axes.linewidth when patch
# is not filled.
#patch.facecolor : #1f77b4
#patch.facecolor : 1f77b4
Copy link
Member

Choose a reason for hiding this comment

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

Should this one be quoted, like grid.color, or should the other one be unquoted?

Copy link
Member Author

Choose a reason for hiding this comment

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

should be no quotes

#patch.edgecolor : black
#patch.antialiased : True # render patches in antialiased (no jaggies)

Expand Down Expand Up @@ -321,9 +321,9 @@ backend : $TEMPLATE_BACKEND
# rather than hyphen. See
# http://en.wikipedia.org/wiki/Plus_and_minus_signs#Character_codes
#axes.prop_cycle : cycler('color',
# ['#1f77b4', '#ff7f0e', '#2ca02c', '#d62728',
# '#9467bd', '#8c564b', '#e377c2', '#7f7f7f',
# '#bcbd22', '#17becf'])
# ['1f77b4', 'ff7f0e', '2ca02c', 'd62728',
# '9467bd', '8c564b', 'e377c2', '7f7f7f',
# 'bcbd22', '17becf'])
# color cycle for plot lines
# as list of string colorspecs:
# single letter, long name, or
Expand Down Expand Up @@ -383,7 +383,7 @@ backend : $TEMPLATE_BACKEND


### GRIDS
#grid.color : '#b0b0b0' # grid color
#grid.color : b0b0b0 # grid color
#grid.linestyle : - # solid
#grid.linewidth : 1.0 # in points
#grid.alpha : 1.0 # transparency, between 0.0 and 1.0
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.