rectangle.
I checked what this was the behavior with the official wxpython
wxAUINotebook demo application as well.
Thanks
Hari
On Sun, Oct 21, 2012 at 7:25 AM, hari jayaram wrote:
> Hi I am using
> wxpython : 2.9.4.0
> matplotlib : 1.3
> osx Lion
>
> In my application
Hi I am using
wxpython : 2.9.4.0
matplotlib : 1.3
osx Lion
In my application I have a number of matplotlib figure objects, one on
each page of the wx.aui.AuiNotebook .The pages are each a figure and
arranged as tabs on the top of the wxpython frame like embedding in wx5
example from the matplotli
lab.draw,
> which may need to be issued after each case - the pylab/pyplot functions
> usually have a draw_if_interactive call in them.)
>
> -Sterling
>
> PS If I am causing more confusion than help, please let me know.
>
>
> On Oct 17, 2012, at 10:54AM, hari jayaram wrote:
() causes a spinning blue-ball on windows..while
the rest of the script continues.
If I use the figure number trick. I get the first figure displayed.
On Tue, Oct 16, 2012 at 12:15 PM, Benjamin Root wrote:
>
>
> On Tue, Oct 16, 2012 at 11:25 AM, hari jayaram wrote:
>
>> Hi
Hi
I am a relative newbie to matplotlib.
I have a python script that handles a dataset that comprises 384 sets of
data.
At the present moment , I read in a set of data - process it - and the
create a figure using code shown below.
I am using windows with the default backend ( I think I set it to
Hi I am trying to create an executable for a wxpython app that plots
some data using matplotlib , pyplot.figure().
I have tried following the directions for including the matplotlib
data files detailed here(http://www.py2exe.org/index.cgi/MatPlotLib)
but still get an error indicating that the data
Hi
I am fairly new to matplotlib.
I have 384 x,y plots that I want to arrange into a 24 by 16 array of
subplots with each subplot being at-least 4 inches by 4 inches.
I am creating the figure using a large size so that everything will fit
fig = plt.figure(figsize=(96,64),dpi=72)
I then have my
Hari
On Wed, Aug 17, 2011 at 7:23 PM, John Hunter wrote:
> On Wed, Aug 17, 2011 at 5:30 PM, hari jayaram wrote:
> > Thanks for your email Ben. Sorry I am still lost.
> >
> > I dont understand what the handles type is . In my example I guess the
> > handles are an
stored a the color array.
Even after looking at the examples I dont know how to construct
my plt.legend() call.
Hari
On Wed, Aug 17, 2011 at 5:35 PM, Benjamin Root wrote:
> On Wed, Aug 17, 2011 at 3:29 PM, hari jayaram wrote:
>
>> Hi everyone,
>> I have successfully plott
Hi everyone,
I have successfully plotted a set of 372 (x,y,z ) scattered values in 7
series. Each point is a circle colored according to a color based on a
simple lookup table.
# Lookup table for color
col_lut = dict(Bistris7p2 = "burlywood", Cit7p2 = "c",APhosph8p0 = "m",
Acetate5p5 = "k",Borat
10 matches
Mail list logo