[Matplotlib-users] range for log scale

2009-09-20 Thread Janwillem van Dijk
Is it possible to have in Matplotlib.pyplot a log (base 10) scale that does go from xmin to xmax where xmin and xmax are not powers of 10 (as in Excel and OOCalc)?? E.g. a scale from 20 to 2500 like you can do in SciDAVis (and Origin and Mathematica) Scale/from and Scale/to. I hope so, Thanks,

Re: [Matplotlib-users] range for log scale

2009-09-20 Thread Sebastian Busch
Janwillem van Dijk wrote: Is it possible to have in Matplotlib.pyplot a log (base 10) scale that does go from xmin to xmax where xmin and xmax are not powers of 10 ... yes. best regards, sebastian. signature.asc Description: OpenPGP digital signature

Re: [Matplotlib-users] range for log scale

2009-09-20 Thread Eric Firing
Janwillem van Dijk wrote: Is it possible to have in Matplotlib.pyplot a log (base 10) scale that does go from xmin to xmax where xmin and xmax are not powers of 10 (as in Excel and OOCalc)?? E.g. a scale from 20 to 2500 like you can do in SciDAVis (and Origin and Mathematica) Scale/from

[Matplotlib-users] Changing edge colour of scatterplot

2009-09-20 Thread bwgoudey
I'm trying to draw a scatter plot where each point is a different colour and is only a single pixel. Unfortunately at the minute, while I can change the colour and size, I haven't been able to remove the edges of the markers and my single pixel becomes the colour of the edge. I've attached some