Hi all,
Sorry about the steady stream of help requests. I haven't been able to
figure out a couple of things:
- How can I make my figures and axes transparent by default?
- When I inserted some of my old pdf plots into a latex presentation, to
my surprise their foreground color had changed from
It works! What beeyootiful plots. Man, that is SO MUCH nicer than
Matlab's stanky old X11 [EMAIL PROTECTED]&^%. And contrary to something I think
I
remember you saying on an earlier thread, I could swear it's faster than
TkAgg by a long shot.
Two wrinkles: It pops up a blank plot before showin
On 2/21/07, Anand Patil <[EMAIL PROTECTED]> wrote:
>
> From the matplotlib-devel list:
>
> >On 2/14/07, Michiel Jan Laurens de Hoon <[EMAIL PROTECTED]> wrote:
> >> Dear Charles,
> >>
> >> I was trying to use your cocoa-agg backend for matplotlib, but it seems
> >> to have a problem to read Ma
The trick is that you want the image coordinates in *screen* coordinates, not
printer coordinates. The image coordinates will be screen coordinates if you
obtain the imgheight/imgwidth by multipying the figure height/width by 80,
not 100. The DPI won't matter if you are manually setting the height
Hi,
On 2/25/07, Jouni K. Seppänen <[EMAIL PROTECTED]> wrote:
> I suppose these things could be addressed quite neatly by IPython.
> It could even modify your history similarly to what it currently
> does with the %magic commands, so that when you type
Feel free to play with implementing this, it
After doing some investigation, I discovered that this problem is reproducible
using sample programs such as axes_demo.py. Here are the steps I took:
a) Run axes_demo.py
b) Save the plot as eps file
c) Start Word
d) Insert the eps file
e) Print
I got a 2 page print: 1 for the plot, and 1 for
"Barry Wark" <[EMAIL PROTECTED]> writes:
> Yes, I agree. I wasn't coming at so much from the goal of making Pylab
> a Matlab clone (as you point out, that's silly, and misses much of the
> advantage of Python), but rather from the goal of making interactive
> use as efficient as possible. When I f