Thanks. With this new script, I get only one failure:
xpdf_False
This is on RHEL5 x86_64:
gs 8.15.2
gv 3.6.8
pdftops 3.00
Cheers,
Mike
On 11/16/2010 06:54 AM, Jae-Joon Lee wrote:
> On Mon, Nov 15, 2010 at 11:29 PM, Michael Droettboom wrote:
>
>> How do I verify if the bbox is correct? D
On Tue, Nov 16, 2010 at 8:27 AM, Marc Petersen wrote:
> Hi,
>
> is there a solution for using matplotlib within pyside like it is
> possible with pyqt4?
>
> Greetz
> Marc
>
>
Marc,
Haven't tried it myself, but someone else did ask this a few months ago.
http://old.nabble.com/Matplotlib-and-PySid
On Mon, Nov 15, 2010 at 4:14 AM, Guy Griffiths
wrote:
>
> On Friday 12 Nov 2010 15:20:43 Ryan May wrote:
> > On Fri, Nov 12, 2010 at 8:40 AM, Benjamin Root wrote:
> > > On Fri, Nov 12, 2010 at 5:11 AM, Guy Griffiths
> > >
> > >
> > > wrote:
> > >> Hi,
> > >>
> > >> I've been using matplotlib for
On Tuesday 16 Nov 2010 15:35:31 Benjamin Root wrote:
> On Mon, Nov 15, 2010 at 4:14 AM, Guy Griffiths
>
> wrote:
> > On Friday 12 Nov 2010 15:20:43 Ryan May wrote:
> > > On Fri, Nov 12, 2010 at 8:40 AM, Benjamin Root wrote:
> > > > On Fri, Nov 12, 2010 at 5:11 AM, Guy Griffiths
> > > >
> > > >
On Sun, Nov 14, 2010 at 5:17 PM, Kornél Jahn wrote:
> Hello,
> I would like to plot the polarization state of a two-dimensional vector
> field (linear, circular or generally elliptic), similarly to that seen on
> this ZEMAX plot:
> http://www.zemax.com/UserFiles/Image/UI/pol_pupil.gif
> It looks
Hi,
I have just installed the svn version of matplotlib and basemap + numpy from
the
svn repository of
http://download.opensuse.org/repositories/home:/ocefpaf/openSUSE_11.3/x86_64/
When I do:
===
ipython -pylab
(matplotlib 1.0.0, backend GTKAg
On Tue, Nov 16, 2010 at 10:48 AM, Eric Emsellem wrote:
> Hi,
>
> I have just installed the svn version of matplotlib and basemap + numpy
> from the
> svn repository of
>
> http://download.opensuse.org/repositories/home:/ocefpaf/openSUSE_11.3/x86_64/
>
> When I do:
> ==
On Tue, Nov 16, 2010 at 11:24 AM, Eric Emsellem wrote:
> Dear Ben
>
> thanks a lot for the quick reply.
>
> I did that (and read some posts on the web) but no luck, as it says:
>
> 1.0.0
>
> I in fact just went back to my openSuse 11.3 (Science repo) version because
> it went really wrong with sc
Dear Ben
thanks a lot for the quick reply.
I did that (and read some posts on the web) but no luck, as it says:
1.0.0
I in fact just went back to my openSuse 11.3 (Science repo) version because it
went really wrong with scipy etc and I didn't want to mess up my setup. But
still the same messa
Hi all,
I have defined some shortcuts I often use using pylab.ginput(). I normally
do:
> fig = pylab.figure()
fig.canvas.mpl_connect('key_press_event', on_key)
with my "on_key" function being (simplified):
> def on_key(event):
if (event.key == 'q'):
sys.exit(0)
elif (event.k
> From: Gianfranco Durin [mailto:g.du...@inrim.it]
> Sent: Wednesday, November 10, 2010 11:32
>
> Dear mpl users,
> I have the following problem to solve. Imagine to have the
> simple example reported on website plotting the errorbars of
> some x,y data:
...
> and if I change, for instance, y
Now I found a solution:
>From the Education Repository of openSuse:
"URL: http://download.opensuse.org/repositories/Education/openSUSE_11.3/";
Install the packages:
- python-numpy
- python-matplotlib
These two seems to work together.
Have a nice day
--
m...@problemlos.ch
On Tue, Nov 16, 2010 at 12:01 PM, Nicolas Bigaouette
wrote:
> Hi all,
>
> I have defined some shortcuts I often use using pylab.ginput(). I normally
> do:
>
>> fig = pylab.figure()
>
> fig.canvas.mpl_connect('key_press_event', on_key)
>
> with my "on_key" function being (simplified):
>
>> def on_k
Hi,
I spent a fair amount of time today debugging what I thought was a bug
in the scaling of psd() when I was using NFFT to specify zero-padding.
This was a mis-use of the code on my part, where I should have been
using pad_to to get zero-padding. Most embarassing about this is that
I'm basically
14 matches
Mail list logo