-
Updating the whole lib made the problem disapear...
2007-04-21 09:49:51 UTC in matplotlib
-
The scatter plot can have a numpy array for colors under Linux, but not windows.
For instance :
import numpy
import numpy.random
import pylab
points = numpy.random.sample((10, 2))
colors = numpy.random.sample((10, 3))
pylab.scatter(points[:,0], points[:,1], c = colors)
pylab.show()
This crashes under Windows, but runs perfectly with Linux (with the scatter update on the svn)
2007-04-18 18:19:09 UTC in matplotlib
-
matt_phareaway committed patchset 110 of module Sodoku to the Sodoku CVS repository, changing 6 files.
2006-02-20 21:57:39 UTC in Sodoku
-
matt_phareaway committed patchset 109 of module Sodoku to the Sodoku CVS repository, changing 3 files.
2006-02-20 21:57:06 UTC in Sodoku
-
matt_phareaway committed patchset 108 of module Sodoku to the Sodoku CVS repository, changing 1 files.
2006-02-20 08:01:53 UTC in Sodoku
-
matt_phareaway committed patchset 107 of module Sodoku to the Sodoku CVS repository, changing 3 files.
2006-02-17 16:33:15 UTC in Sodoku
-
matt_phareaway committed patchset 106 of module Sodoku to the Sodoku CVS repository, changing 2 files.
2006-02-17 14:32:05 UTC in Sodoku
-
matt_phareaway committed patchset 105 of module Sodoku to the Sodoku CVS repository, changing 1 files.
2006-02-16 22:34:29 UTC in Sodoku
-
matt_phareaway committed patchset 104 of module Sodoku to the Sodoku CVS repository, changing 4 files.
2006-02-16 22:32:50 UTC in Sodoku
-
matt_phareaway committed patchset 103 of module Sodoku to the Sodoku CVS repository, changing 2 files.
2006-02-16 22:31:08 UTC in Sodoku