Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c55db2 commit 74c16c3Copy full SHA for 74c16c3
2 files changed
.matplotlibrc
@@ -102,6 +102,7 @@ text.color : k # black
102
### AXES
103
# default face and edge color, default tick sizes,
104
# default fontsizes for ticklabels, and so on
105
+axes.hold : True # whether to clear the axes by default on
106
axes.facecolor : w # background color; white
107
axes.edgecolor : k # edge color; black
108
axes.linewidth : 0.5 # edge linewidth
TODO
@@ -376,4 +376,6 @@
376
377
-- DONE PS text vert centering off
378
379
--- DONE - pcolor edge color
+-- DONE - pcolor edge color
380
+
381
+-- convert rank 1 arrays as per Flaviu's post
0 commit comments