Stephen Uhlhorn wrote:
> What impact does disabling the "accelerator" have? Will this slow down
> plotting in some situations?

yes. the accelerator uses C++ code to build a wxImage from the Agg 
buffer, so it *should* be a bit faster at transferring the image to the 
screen.

If you're drawing is slow because you're drawing lots of stuff, it won't 
make a difference, as it only effects the transfer of the final image to 
the screen.

I don't' think you'll notice unless you're doing some kind of animation.

-Chris

> -stephen
> 
> On 4/12/07, Christopher Barker <[EMAIL PROTECTED]> wrote:
>> Stephen Uhlhorn wrote:
>>> Just to be clear, the installation order is:
>>>
>>> 1) install python2.5 from macpython.
>>> 2) remove wxagg.so
>>> 3) install wxpython frim macpython
>>> 4) install numpy/mpl from macpython
>> that's out of order. wxagg.so is part of mpl, so:
>>
>> 1) install python2.5 from macpython.
>> 2) install wxpython frim macpython
>> 3) install numpy/mpl from macpython
>> 4) remove wxagg.so
>>
>> -Chris
>>
>>
>> --
>> Christopher Barker, Ph.D.
>> Oceanographer
>>
>> Emergency Response Division
>> NOAA/NOS/OR&R            (206) 526-6959   voice
>> 7600 Sand Point Way NE   (206) 526-6329   fax
>> Seattle, WA  98115       (206) 526-6317   main reception
>>
>> [EMAIL PROTECTED]
>>
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users

-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

[EMAIL PROTECTED]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to