Re: [Matplotlib-users] install problem with python 2.5

2006-12-04 Thread Fabian Braennstroem
Hi, me again :-) * Fabian Braennstroem <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to install matplotlib 0.87.7 with my newly > separate installed python 2.5. For this I installed 'pygtk > 2.4.1' and numpy 1.0 using this python 2.5 installation. > Now, running 'python2.5 setup.py build' I

[Matplotlib-users] Construction of Drop Lines in Plot

2006-12-04 Thread Brent Fillery
Hi All I am new to Matplotlib, and was wondering if anybody knew of an easy way to construct a dropline from a data point in a plot to the x axis, i.e. a vertical line from (x1,y1) to (x1,0)? Regards Brent Fillery -- View this message in context: http://www.nabble.com/Construction-of-Drop-Lin

Re: [Matplotlib-users] subplots of matshow

2006-12-04 Thread TheSaint 555
That worked. Thanx a lot Eric. I just had to also add interpolation='nearest' in imshow() and it worked just like matshow did. >From: Eric Firing <[EMAIL PROTECTED]> >To: TheSaint 555 <[EMAIL PROTECTED]> >CC: matplotlib-users@lists.sourceforge.net >Subject: Re: [Matplotlib-users] subplots of mat

Re: [Matplotlib-users] subplots of matshow

2006-12-04 Thread Eric Firing
def matshow(*args,**kw): """Display an array as a matrix in a new figure window. Matshow simply is not designed to work with subplots; it is a wrapper around imshow() that creates a new figure. You should be able to do what you want by using imshow() directly in place of matshow with som

[Matplotlib-users] subplots of matshow

2006-12-04 Thread TheSaint 555
I am trying to create subplots with matshow. However, my code seems to be displaying only the last matshow image and two blank plots in separate figures. Can someone tell me what I am doing wrong? from matplotlib.pylab import * def SliceMat(N, i): slice = zeros( (N, N) ) for j in range(

Re: [Matplotlib-users] error bar and arrays (tuple way to solve a problem)

2006-12-04 Thread Eric Firing
Giorgio Luciano wrote: [...] ## it doesnt'works ##womenStd = array([[3.1], [5.1], [2.3], [3.5], [3.4]]) ##N=5 ##womenMeans = array([[20], [35], [30], [35], [27]]) ##ind = arange(N)# the x locations for the groups ##width = 0.35 # the width of the bars: can also be len(x)

[Matplotlib-users] error bar and arrays (tuple way to solve a problem)

2006-12-04 Thread Giorgio Luciano
Hello to all I've discovered Numpy and Matplotlib two weeks ago and I'm trying to free myself to the slavery of Matlab (TM) ;) and I'm converting all my small sotware about chemometrics in python (and I will be happy to release them soon to the community) I've searched a bit in the mailing list

Re: [Matplotlib-users] Create plots in functions, plot later

2006-12-04 Thread Roman Bertle
Hello, i made some progress which this issue, but it does still not work completely: * Roman Bertle <[EMAIL PROTECTED]> [061117 11:04]: > Hello, > > i try to write a module which evaluates various Data, and occasionally > creates a plot, which is returned to the user. At the discretion of the >

Re: [Matplotlib-users] Plot problem

2006-12-04 Thread Axel Brink
This is just to let you know that I fixed the plot problem by installing the newest Matplotlib (0.87.7) and creating ~/.matplotlib/matplotlibrc. Adam, John and Gary, thank you very much! Axel. Gary wrote: >> Axel> John, thanks for your suggestion. I would never have thought >> Axel> of