SF.net SVN: matplotlib:[8209] trunk/matplotlib

2010-03-21 Thread leejjoon
Revision: 8209 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8209&view=rev Author: leejjoon Date: 2010-03-21 22:02:31 + (Sun, 21 Mar 2010) Log Message: --- x or y key during the zoom mode only change the x or y limits Modified Paths: -- trunk/ma

SF.net SVN: matplotlib:[8208] trunk/matplotlib/examples/pylab_examples/ multicolored_line.py

2010-03-21 Thread ryanmay
Revision: 8208 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8208&view=rev Author: ryanmay Date: 2010-03-21 19:27:52 + (Sun, 21 Mar 2010) Log Message: --- Add second example from scipy cookbook to this script, showing the use of more traditional colormapping.

SF.net SVN: matplotlib:[8207] trunk/matplotlib/examples/pylab_examples/ multicolored_line.py

2010-03-21 Thread ryanmay
Revision: 8207 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8207&view=rev Author: ryanmay Date: 2010-03-21 17:43:11 + (Sun, 21 Mar 2010) Log Message: --- Add multicolored line example based on an example from the scipy.org cookbook cleaned up to use colormaps.