gt;
>> I'm using homebrew python, which is built from source, 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
>>
> 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
> 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
>
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 mak
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'
rc
>> 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 plott
> 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 c
> 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 grea
way I can help, I'd 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*
> difficu
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
> 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
fied gcc command.
Ugh! I'd really love some help 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 p
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 matplotli
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'
14 matches
Mail list logo