File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ======================================================================
2
+
3
+ 2009-07-31 Tagging 0.99.0.rc1 at 7314 - MGD
4
+
1
5
2009-07-30 Add set_cmap and register_cmap, and improve get_cmap,
2
6
to provide convenient handling of user-generated
3
7
colormaps. Reorganized _cm and cm modules. - EF
Original file line number Diff line number Diff line change 19
19
20
20
# log x and y axis
21
21
plt .subplot (223 )
22
- plt .loglog (t , 20 * np .exp (- t / 10.0 ), basex = 4 )
22
+ plt .loglog (t , 20 * np .exp (- t / 10.0 ), basex = 2 )
23
23
plt .grid (True )
24
24
plt .title ('loglog base 4 on x' )
25
25
Original file line number Diff line number Diff line change 89
89
"""
90
90
from __future__ import generators
91
91
92
- __version__ = '0.98.6svn '
92
+ __version__ = '0.99.0.rc1 '
93
93
__revision__ = '$Revision$'
94
94
__date__ = '$Date$'
95
95
You can’t perform that action at this time.
0 commit comments