Re: [Matplotlib-users] How do you use ticklabel_format?

2010-02-03 Thread Joseph Smidt
Sebastian, Thanks, your hint worked. On Wed, Feb 3, 2010 at 1:54 PM, Sebastian Busch wrote: > Joseph Smidt wrote: >> Hello, >> >>     I'm trying to make a simple plot that doesn't use scientific >> notation for the x axis ... >> Is there

[Matplotlib-users] How do you use ticklabel_format?

2010-02-03 Thread Joseph Smidt
use this ScalarFormatter some how? Did I code it wrong? If anyone knows how to get the xaxis to not display scientific notation this would be helpful. Thanks. Joseph Smidt -- -------- Joseph Smidt Phys

Re: [Matplotlib-users] Artifacts In Transparent Contour Plots?

2009-07-29 Thread Joseph Smidt
Thanks a lot. The code you mentioned: cs = contourf(Y,X,transpose(CHI),levels,alpha=0.7) for c in cs.collections: c.set_edgecolors('none') worked great and the extra lines are gone. Joseph Smidt PS. Good luck with this issue. I'd help but I&

[Matplotlib-users] Artifacts In Transparent Contour Plots?

2009-07-29 Thread Joseph Smidt
=0.7) show() Thanks. Joseph Smidt -- -------- Joseph Smidt Physics and Astronomy 4129 Frederick Reines Hall Irvine, CA 92697-4575 Office: 94

[Matplotlib-users] Possible To Contour Around 1-Sigma Curves?

2009-07-28 Thread Joseph Smidt
the 95% confidence interval. Thanks. Joseph Smidt -- Joseph Smidt Physics and Astronomy 4129 Frederick Reines Hall Irvine, CA 92697-4575 Office: 949-824-3269

Re: [Matplotlib-users] Remove box around legend?

2009-07-09 Thread Joseph Smidt
pi.html?highlight=draw_frame#matplotlib.legend.Legend.draw_frame > > Cheers, > Chaitanya > > On Thu, Jul 9, 2009 at 11:18 PM, Joseph Smidt wrote: >> I see lots of examples on how to play around with the legend, adding >> columns, shadow, etc...    Is there a way to remove

[Matplotlib-users] Remove box around legend?

2009-07-09 Thread Joseph Smidt
since it would look like there is no box. Joseph Smidt -- Joseph Smidt Physics and Astronomy 4129 Frederick Reines Hall Irvine, CA 92697-4575 Office: 949-824-3269

[Matplotlib-users] Add units to plots?

2009-07-07 Thread Joseph Smidt
^3 , for meters cubed? Also, is there an easy way to add units to the numbers on the x or y axis in general? Thanks. Joseph Smidt -- Joseph Smidt Physics and Astronomy 4129 Frederick

Re: [Matplotlib-users] Another Gnuplot style question

2009-04-29 Thread Joseph Smidt
Thanks everyone, this is exactly what I wanted. -- Joseph Smidt Physics and Astronomy 4129 Frederick Reines Hall Irvine, CA 92697-4575 Office: 949-824-3269

[Matplotlib-users] Another Gnuplot style question

2009-04-28 Thread Joseph Smidt
#x27;t seem to make it do the above. Thanks in advance. Joseph Smidt -- -------- Joseph Smidt Physics and Astronomy 4129 Frederick Reines Hall Irvine, CA 92697-4575 Office: 949-824-3269 ---