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 the
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
--
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 wrote:
> Hello,
>
> I've encountered two bugs r
> -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,
>
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
pos
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 qui
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 Te
Hi,
I have a histogram with orders of magnitude difference in counts of each
bin. I want to use a log yscale in plotting it. But there are bins with 0
counts. What's the best way to plot it? I've read the log_bar.py example
which uses bar() for plotting. It works when I pull it into a script. But
@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/>
Hi,
2007/5/31, Navid Parvini <[EMAIL PROTECTED]>:
> Dear All,
>
> How can I set the x-axis and/or y-axis in Log scale.
In interactive mode:
plot([1, 1e1, 1e2], [1, 1e1, 1e2])
ax = gca()
ax.set_xscale('log')
ax.set_yscale('log')
draw()
The other parameter .set_xscale and set_yscale accept is 'li
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 alerts you the instant new Mail arrives. Check it out.-
This SF.net
11 matches
Mail list logo