JJ,
Your suggestion worked!!!
I stopped using the "round" join style option from matplotlib as you
suggested by writing:
plot(x,y,ls='-',lw=3,solid_joinstyle='bevel')
I did not have to change the rc.
Thanks a bunch!
c
Jae-Joon Lee wrote:
>
> When I open your eps file with ghostscript, I c
Hi.
What is the right way to change the x,y text that appears at the right end of
the NavigationToolbar? I like it but I would like to change the x value by a
function call like:
newx = (time(x))
I am using Qt4 backend. I would like to init a copy of the NavigationToolbar
and made the necessa
Hi MicDup,
Try using in your script show(mainloop=True) - if your matplotlib is 1.0.0
Cheers,
--
Oz Nahum
---
"Gentlmen! You can't fight in here, this is the War Room!"
President Merkin Muffley
(Peter Sellers, Dr. Strangelove)
--
Hello,
I am new to matplotlib and I am trying to use it
in a python script that make some calculations.
I have a method "draw" which take as arguments
some values that I want to plot. The method ends
with a plt.show().
The first time "draw" is called everything is fine.
I see very nice curves.