Re: [Matplotlib-users] Focus in OSX

2012-04-11 Thread Zachary Pincus
1. Keyboard input always goes to the terminal. Shortcuts don't work in the standard plot windows and my custom widgets no longer catch key_press_events (I'm not sure when this functionality broke exactly as I haven't used those widgets much recently but it worked when I developed 'em a

Re: [Matplotlib-users] Focus in OSX

2012-04-11 Thread Zachary Pincus
, and the latest matplotlib gotten from git://github.com/matplotlib/matplotlib.git. (I rebuilt it ~2 minutes ago) Perhaps there's some kind of environment difference? -E On Wed, Apr 11, 2012 at 5:12 AM, Zachary Pincus zachary.pin...@yale.edu wrote: 1. Keyboard input always goes

Re: [Matplotlib-users] Scatter plot with a specific size per point

2012-03-26 Thread Zachary Pincus
I'd like to display a scatter plot where the size for each element is fixed. Currently, when I modify the size of the figure, the size of a marker is fixed, and I would like it to be proportional to the window. I want this because the size of the marker indicates an extent, and I would

[Matplotlib-users] hooks for additional axis customization?

2012-03-20 Thread Zachary Pincus
Hi all, There are a couple of properties I'd like my plot axes to have by default (tick2On=False for the x and ytics, and having no 'right' or 'top' spines). These seem a bit obscure to put into the rcparams, but it would be nice to not have to call some function to fix this up every time I

[Matplotlib-users] problem with font-family lists?

2012-03-19 Thread Zachary Pincus
Or, more likely, PEBCAK, but here goes: Following along with this example: http://matplotlib.sourceforge.net/examples/api/font_family_rc.html I tried the following (changing to comic sans so that success would be clear): from matplotlib import rcParams rcParams['font.family'] = 'sans-serif'

Re: [Matplotlib-users] loss of 3d plot interactivity after cla()?

2012-03-17 Thread Zachary Pincus
be happy to. Zach On Mar 16, 2012, at 5:34 PM, Zachary Pincus wrote: Hi all, I'm (finally) getting started with matplotlib, and am enjoying the lovely plot quality. However, as a non-matlab user, I'm finding it *extremely* difficult to figure out how to do even the simplest tasks

Re: [Matplotlib-users] OSX: need testing

2012-03-17 Thread Zachary Pincus
If you can test and confirm that you can build and use mpl normally with this patch, please respond with a python version and OSX version that you tested with. Some of the fixes were python3 specific, so if you also can test this against matplotlib master and python3, that would be great.

Re: [Matplotlib-users] OSX: need testing

2012-03-17 Thread Zachary Pincus
Just to be clear, this code is not in github master. I assume you have a checkout of master and then dropped the attached _macosx.m into your src for before building and testing? Yes, precisely. Checked out master, dropped the attached into src (and made sure that git diff showed a some

Re: [Matplotlib-users] loss of 3d plot interactivity after cla()?

2012-03-17 Thread Zachary Pincus
I'm (finally) getting started with matplotlib, and am enjoying the lovely plot quality. However, as Finally getting started? You were one of our first contributors! http://sourceforge.net/mailarchive/message.php?msg_id=5192900 Heh. Well, now I'm actively trying to use it as a plotting

[Matplotlib-users] loss of 3d plot interactivity after cla()?

2012-03-16 Thread Zachary Pincus
Hi all, I'm (finally) getting started with matplotlib, and am enjoying the lovely plot quality. However, as a non-matlab user, I'm finding it *extremely* difficult to figure out how to do even the simplest tasks / understand the code samples. (e.g. what is the '111' in the boilerplate calls to

Re: [Matplotlib-users] Compiler error on OS X 10.5.2 in agg

2008-03-24 Thread Zachary Pincus
Zachary Pincus wrote: Can you tell me where you specified the -Os option to gcc to escape the problem? So the compile that command that failed is printed right above the error message it generated. (The long line that starts with 'gcc' ...). I just copied this command, edited the -O3

Re: [Matplotlib-users] Compiler error on OS X 10.5.2 in agg

2008-03-13 Thread Zachary Pincus
reducing this to a test case that I can send to Apple. Zach On Mar 13, 2008, at 12:16 PM, Stephane Raynaud wrote: Hi, I got the same problem. Can you tell me where you specified the -Os option to gcc to escape the problem? On Mon, Mar 10, 2008 at 4:35 AM, Zachary Pincus [EMAIL PROTECTED

Re: [Matplotlib-users] Compiler error on OS X 10.5.2 in agg

2008-03-10 Thread Zachary Pincus
For what it's worth, the standalone agg 2.4 library compiles just fine on my system -- this problem seems to be some sort of matplotlib / agg interaction. Zach On Mar 9, 2008, at 11:35 PM, Zachary Pincus wrote: Hello, I just tried to compile the SVN head of matplotlib (r4994) from

[Matplotlib-users] Compiler error on OS X 10.5.2 in agg

2008-03-09 Thread Zachary Pincus
Hello, I just tried to compile the SVN head of matplotlib (r4994) from source on OS X 10.5.2 (with source builds of python 2.5.2 and the SVN head of numpy), and ran into an internal compiler error in the agg code. (pkgconfig 0.23 and wxPython 2.8.7.1 also present and accounted for.) Here's