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

Skip to content

Commit 74c16c3

Browse files
committed
added hold
svn path=/trunk/matplotlib/; revision=305
1 parent 6c55db2 commit 74c16c3

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.matplotlibrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ text.color : k # black
102102
### AXES
103103
# default face and edge color, default tick sizes,
104104
# default fontsizes for ticklabels, and so on
105+
axes.hold : True # whether to clear the axes by default on
105106
axes.facecolor : w # background color; white
106107
axes.edgecolor : k # edge color; black
107108
axes.linewidth : 0.5 # edge linewidth

TODO

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,4 +376,6 @@
376376

377377
-- DONE PS text vert centering off
378378

379-
-- DONE - pcolor edge color
379+
-- DONE - pcolor edge color
380+
381+
-- convert rank 1 arrays as per Flaviu's post

0 commit comments

Comments
 (0)