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+
152009-07-30 Add set_cmap and register_cmap, and improve get_cmap,
26 to provide convenient handling of user-generated
37 colormaps. Reorganized _cm and cm modules. - EF
Original file line number Diff line number Diff line change 1919
2020# log x and y axis
2121plt .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 )
2323plt .grid (True )
2424plt .title ('loglog base 4 on x' )
2525
Original file line number Diff line number Diff line change 8989"""
9090from __future__ import generators
9191
92- __version__ = '0.98.6svn '
92+ __version__ = '0.99.0.rc1 '
9393__revision__ = '$Revision$'
9494__date__ = '$Date$'
9595
You can’t perform that action at this time.
0 commit comments