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
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
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
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
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(
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)
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
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
>
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