Greetings, all.
I have an issue: I have several axes stacked in a column with a common time
vector on each x-axis. Each plot is a contour, so overplotting is not an
option. In a perfect world, I want the following:
1) The subplots are tightly spaced such that with ax.grid() activated, the
grid l
Greetings.
I have a series of lines that I would like to plot on the same axis,
but I would like to set the color of each such that the range of
colors used progresses through a given color map (e.g. the default Jet
map.) For example, if I have 7 lines, the first would use the first
most color fr
Greetings.
I recently found myself in the position of needing to plot polar,
irregularly spaced data. I've done similar using regularly spaced values
with no problem. However, I've found that when the points become greatly
scattered, the triangulation does not translate from rectangular to polar
Greetings.
I am interested in accessing Triangulation objections that are created by
MPL for tricontour-type plots. The docs for MPL routines that use
triangulation objects refer to documentation, but none exists in the MPL
online docs. Does anyone have docs/info on using these objects? Having
, it should be a mac Framework install of
python.
Again, this problem did not manifest until MPL 1.1.0.
Thanks for your help.
-dw
On Sun, Oct 30, 2011 at 10:06 AM, John Hunter wrote:
> .draw()
>
> On Sun, Oct 30, 2011 at 10:51 AM, Daniel Welling
> wrote:
> > Greetings, Mat
Greetings, MatPlotLibbers.
Since 1.1, pyplot.draw() in interactive mode only updates the current axis.
If I want to update many axes, I need to use sca() and draw() for each
one. Is there a way to update all axes?
Thanks.
-dw
-
While trying to recreate this outside of my work code, I found that I cannot
do it in a simple manner- that is, just creating a ton of points and
plotting them doesn't reproduce the problem. I'm going to revisit this and
make sure it isn't a problem in my working program versus what I thought it
w
Greetings, MPL Users.
I have a very detailed array that I am visualizing using pcolor mesh. When
the size of the array surpasses some threshold (I don't know the value),
pcolormesh stops drawing polygons/patches. Thus, I only see some percentage
of my array. Is there a way to increase the numbe
plementing
> interactive/non-interactive usage for the MacOSX backend.
>
> Thanks,
> --Michiel.
>
> --- On *Wed, 3/23/11, Daniel Welling * wrote:
>
>
> From: Daniel Welling
> Subject: Re: [Matplotlib-users] Qt4 on OSX
> To: "Michiel de Hoon"
> Cc: matplo
my weapon of choice...
On Mon, Mar 21, 2011 at 7:14 AM, Michiel de Hoon wrote:
> --- On *Sun, 3/20/11, Daniel Welling * wrote:
> > The OSX backend used to have a bug where you cannot type a
> > name in the file name text box.Since that has been fixed, ...
> That was not a bug
dw
On Sun, Mar 20, 2011 at 1:31 AM, Michiel de Hoon wrote:
> --- On *Wed, 3/16/11, Daniel Welling * wrote:
>
> After playing with backends quite a bit, I have found that the best one in
> terms of speed, robustness, and features is Qt4Agg - especially on OSX,
> where the MacOSX back
Greetings, MPL'ers.
After playing with backends quite a bit, I have found that the best one in
terms of speed, robustness, and features is Qt4Agg - especially on OSX,
where the MacOSX backend is buggy and many others just don't plain work.
To my great disappointment, I have found that this backen
Greetings.
I am making some contour plots and in my field for this particular value,
there are two widely used units. As such, it is very useful to have both
units listed on the colorbar. To clarify: the colorbar's normal ticks would
be facing to the right and labeled with Unit Type 1, which was
Greetings.
I am making some contour plots and in my field for this particular value,
there are two widely used units. As such, it is very useful to have both
units listed on the colorbar. To clarify: the colorbar's normal ticks would
be facing to the right and labeled with Unit Type 1, which was
Greetings, MPL Users.
I have been experimenting with Axes3D with the hopes that I could create
some 3d lines and then project some contours on different planes in the 3D
axes object, much like the contour3d_demo3.py example (but with lines
instead of the 3d wireframe.) The catch, however, is crea
Greetings.
I've recently found that when I replace pcolor with pcolorfast, the image
will not scale correctly when placed on an axis with a logarithmic scale.
It will remain linear, thus not matching the axis range whatsoever. The
pcolor plot will still fit nicely in the axis object, but the tic
ue, May 25, 2010 at 10:51 PM, Daniel Welling wrote:
> 2) In which case, it's not a framework install. Fink puts everything into
> /sw/; there's nothing to do with pyton in /Library/Frameworks.
> Thanks for the clarification; I'm tempted to get Python from source and try
&g
2) In which case, it's not a framework install. Fink puts everything into
/sw/; there's nothing to do with pyton in /Library/Frameworks.
Thanks for the clarification; I'm tempted to get Python from source and try
this...
-dw
On Tue, May 25, 2010 at 10:41 PM, Michiel de Hoon wrote:
>
> > 1)The p
Thanks for the info...
1)The problem does manifest in the same manner through the normal python
prompt.
2) I'm not sure what is meant by a "framework install." Everything (except
MPL 99.1.1) was installed through fink.
3) I've never had problems with Fink software before, and I have a crapload
(te
Greetings.
I did quite a bit of digging on this and cannot find similar problems, but
if I did miss an earlier discussion, then I apologize.
In any case, I have been having royal problems with GUI backends and
matplotlib.
Some background on where I've been having these problems:
Machine 1: OSX 10
e
OSX backend issue. Others whom I work with do not have this issue, but
installed using EPD.
Has anyone else experienced such problems?
Thanks for your help; let me know if there's more info I can provide.
-dw
On Tue, May 25, 2010 at 12:47 PM, Daniel Welling wrote:
> Greetings.
>
> I d
21 matches
Mail list logo