The /usr/X11R6/lib is included because it is listed in setupext.py under
basedir['darwin']. Could you try and remove /usr/X11R6/lib from
basedir['darwin'] in setupext.py to see if everything still compiles and links
(both the Mac OS X backend and other backends)? At least, I don't see any
libr
Hi,
I was looking at the autocorrelation of a time series recently and it was
useful to scale the x-axis (i.e. multiply lags by the timestep of my actual
data). It's a trivial change, but it might be useful for others. Here's a
standalone version of axes.acorr:
def scaledacorr(x, stepsize=1, norm
Hi,
I found the problem. It was not a bug of matplotlib (of course should I say).
It was a bug in my
code (with the click event handling method).
Jonathan
Demaeyer Jonathan a écrit :
> Hi everyone,
>
> I use matplotlib to render a figure in a tkinter (the Tix library more
> precisely) canvas.
Hi there,
I am trying to get an old project to run again (pbrain) but I am
stopped by a few matplotlib.transforms dependencies:
from matplotlib.transforms import get_bbox_transform, Point, Value,
Bbox,\
unit_bbox, blend_xy_sep_transform
I was wondering if anyone knows what happened to t
On Fri, Jul 10, 2009 at 10:15 AM, Michael Droettboom wrote:
> Gökhan SEVER wrote:
>
>> Your suggested work-arounds worked like a charming. See my before and
>> after plots at the given links:
>>
>> http://img34.imageshack.us/img34/3899/dccnplot1.png
>> http://img27.imageshack.us/img27/6274/dccnplo
Gökhan SEVER wrote:
> Your suggested work-arounds worked like a charming. See my before and
> after plots at the given links:
>
> http://img34.imageshack.us/img34/3899/dccnplot1.png
> http://img27.imageshack.us/img27/6274/dccnplot2.png
>
> I have one tiny question left working on these figures; th
On Thu, Jul 9, 2009 at 11:08 PM, Jae-Joon Lee wrote:
> On Thu, Jul 9, 2009 at 12:40 AM, Gökhan SEVER
> wrote:
> > I have one tiny question left working on these figures; that is: how to
> make
> > mathtext font and a regular label font at the same size?
> >
> > For instance:
> >
> > host.set_ylab
vehemental wrote:
>
> Hi, I may be wrong, but arent these already examples of what you trying to
> show here?:
>
> http://matplotlib.sourceforge.net/examples/pylab_examples/line_collection2.html
> http://matplotlib.sourceforge.net/examples/pylab_examples/ellipse_collection.html
>
> if you use
Hi, I may be wrong, but arent these already examples of what you trying to
show here?:
http://matplotlib.sourceforge.net/examples/pylab_examples/line_collection2.html
http://matplotlib.sourceforge.net/examples/pylab_examples/ellipse_collection.html
if you use a collection you can quickly setup t
On Fri, Jul 10, 2009 at 11:45 AM, Michiel de Hoon wrote:
>
> It's probably the -L/usr/X11R6/lib that is causing a problem. Can you try
> linking without it?
>
Yes, that's it... running the command by hand without that stops the error:
robin-mbp-3:matplotlib robince$ g++ -arch i386 -isysroot
/Dev
Hello,
are there some relative/absolute limits in the plotting area?
I would like to set some text (labels) in the plot automatically, so
that I do not need to recalculate everytime where they should go.
I mean some kind of absolute X0, Y0, X1, Y1 , so that I know where to
place the labels in te
It's probably the -L/usr/X11R6/lib that is causing a problem. Can you try
linking without it?
--Michiel.
--- On Fri, 7/10/09, Robin wrote:
> From: Robin
> Subject: Re: [Matplotlib-users] current svn fails to build on mac
> To: "Michiel de Hoon"
> Cc: matplotlib-users@lists.sourceforge.net
>
On Fri, Jul 10, 2009 at 1:33 AM, Michiel de Hoon wrote:
> Can you verify that matplotlib 0.98.5.3 still compiles correctly?
> If it does, we can compare the linker flags used for 0.98.5.3 and the svn
> version to find the problem.
Yes - just removed build dirs and did both from scratch.
0.98.5.3
13 matches
Mail list logo