[Matplotlib-users] sharex with different tick labels

2012-09-13 Thread Daniel Welling
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

[Matplotlib-users] Selecting a color from a given color map.

2012-02-16 Thread Daniel Welling
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

[Matplotlib-users] Triangulations and Polar Plots

2011-11-14 Thread Daniel Welling
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

[Matplotlib-users] Triangulation objects

2011-11-13 Thread Daniel Welling
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

Re: [Matplotlib-users] Updating/drawing all axes.

2011-11-13 Thread Daniel Welling
, 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

[Matplotlib-users] Updating/drawing all axes.

2011-10-30 Thread Daniel Welling
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 -

Re: [Matplotlib-users] Increase max polygons/patches

2011-04-21 Thread Daniel Welling
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

[Matplotlib-users] Increase max polygons/patches

2011-04-21 Thread Daniel Welling
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

Re: [Matplotlib-users] Qt4 on OSX

2011-03-24 Thread Daniel Welling
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

Re: [Matplotlib-users] Qt4 on OSX

2011-03-23 Thread Daniel Welling
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

Re: [Matplotlib-users] Qt4 on OSX

2011-03-20 Thread Daniel Welling
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

[Matplotlib-users] Qt4 on OSX

2011-03-16 Thread Daniel Welling
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

[Matplotlib-users] Two sets of ticks on a single colorbar?

2010-11-15 Thread Daniel Welling
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

[Matplotlib-users] Two sets of ticks on a colorbar?

2010-11-12 Thread Daniel Welling
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

[Matplotlib-users] Axes3D and tricontours.

2010-07-19 Thread Daniel Welling
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

[Matplotlib-users] pcolorfast and log axes.

2010-07-14 Thread Daniel Welling
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

Re: [Matplotlib-users] Mac backend problems for nearly all backends.

2010-05-26 Thread Daniel Welling
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

Re: [Matplotlib-users] Mac backend problems for nearly all backends.

2010-05-25 Thread Daniel Welling
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

Re: [Matplotlib-users] Mac backend problems for nearly all backends.

2010-05-25 Thread Daniel Welling
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

[Matplotlib-users] Mac backend problems for nearly all backends.

2010-05-25 Thread Daniel Welling
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

Re: [Matplotlib-users] Mac backend problems for nearly all backends.

2010-05-25 Thread Daniel Welling
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