[Matplotlib-users] log scale colorbar

2010-11-07 Thread ohern
http://old.nabble.com/file/p30152341/scale.jpg Hello, I would like to create a colorbar as scale.jpg. (log scale colorbar) I don't know how do it. Someone can help me? Thanks, Olga -- View this message in context: http://old.nabble.com/log-scale-colorbar-tp30152341p30152341.html Sent from

[Matplotlib-users] Log scale produces unreadable svg files

2009-10-17 Thread Cédrick FAURY
Hello, If I add self.axes.set_xscale('log') after the line 38 of the example file embedding_in_wx2.py, and if I save the figure as svg, it produces an unreadable file. Nor Firefox neither Inkscape can read it. Is there a solution ? Cédrick

Re: [Matplotlib-users] Log scale for horizontal bar chart (2 bugs)

2009-10-15 Thread Jae-Joon Lee
barh takes an optional argument log. set this True (or you may set left with some meaningful value, other than 0) http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.barh -JJ On Wed, Oct 14, 2009 at 4:30 PM, Donovan Parks donovan.pa...@gmail.com wrote: Hello, I've

[Matplotlib-users] Log scale for horizontal bar chart (2 bugs)

2009-10-14 Thread Donovan Parks
Hello, I've encountered two bugs recently in matplotlib. I am hoping someone can tell me if these are known issues and if any workarounds have been proposed. The bug occurs for horizontal bar chart where the x-axis has a log scale: from pylab import * val = 3+10*rand(5) # the bar lengths

Re: [Matplotlib-users] Log scale for horizontal bar chart (2 bugs)

2009-10-14 Thread PHobson
-Original Message- From: Donovan Parks [mailto:donovan.pa...@gmail.com] Sent: Wednesday, October 14, 2009 1:31 PM To: matplotlib-users@lists.sourceforge.net Subject: [Matplotlib-users] Log scale for horizontal bar chart (2 bugs) Hello, I've encountered two bugs recently

[Matplotlib-users] log scale the Y axis of a stem plot

2009-07-01 Thread Forrest Sheng Bao
Him I had a stem plot. Now I want to make the Y axis of log scale. But I do not want to use semilogy since I prefer the bars in stem plot. Do you know how to only scale the Y axis? Cheers, Forrest Forrest Sheng Bao, BSEE, Graduate Student Dept. of Computer Science/Electrical Engineering Texas

Re: [Matplotlib-users] log scale the Y axis of a stem plot

2009-07-01 Thread Jae-Joon Lee
yscale(log) http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.yscale However the bars in the stem plot will be gone (because of the log 0). It seems that there is no option for controling the baseline location in the stem command. However, the code for stem command is

Re: [Matplotlib-users] log scale

2007-05-31 Thread Trevis Crane
@lists.sourceforge.net Subject: [Matplotlib-users] log scale Dear All, How can I set the x-axis and/or y-axis in Log scale. Thanks, Navid _ Never miss an email again! Yahoo! Toolbar http://us.rd.yahoo.com/evt=49938/*http:/tools.search.yahoo.com/toolbar/ features/mail/ alerts you