Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 13b3e85

Browse files
committed
minor change to mplconfig module
svn path=/trunk/matplotlib/; revision=3642
1 parent 3b54efe commit 13b3e85

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

lib/matplotlib/config/mplconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ class minor(TConfig):
214214

215215
class grid(TConfig):
216216
color = T.Trait('black', mplT.ColorHandler())
217-
linestyle = T.Trait('-','--','-.', ':', 'steps', '', ' ')
217+
linestyle = T.Trait(':','-','--','-.', ':', 'steps', '', ' ')
218218
linewidth = T.Float(0.5)
219219

220220
class legend(TConfig):

lib/matplotlib/mpl-data/matplotlibrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ numerix : numpy # numpy, Numeric or numarray
243243
#savefig.dpi : 100 # figure dots per inch
244244
#savefig.facecolor : white # figure facecolor when saving
245245
#savefig.edgecolor : white # figure edgecolor when saving
246-
#savefig.orientation : portrait # portrait or landscape
247246

248247
#cairo.format : png # png, ps, pdf, svg
249248

0 commit comments

Comments
 (0)