octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Line thickness


From: Keith Goodman
Subject: Re: Line thickness
Date: Wed, 1 Jun 2005 11:07:41 -0700

Here are some suggestions from the matplotlib's creator:

---------- Forwarded message ----------
From: John Hunter <address@hidden>
Date: Jun 1, 2005 10:57 AM
Subject: Re: [matplotlib-devel] Octave and matplotlib
To: Keith Goodman <address@hidden>
Cc: address@hidden, address@hidden


>>>>> "Keith" == Keith Goodman <address@hidden> writes:

    Keith> Thought you might be interested in knowing that the Octave
    Keith> maintainers are looking into using matplotlib in Octave.

Hi Keith,

I very recently exchanged emails with Tom Holroyd (CCd on this mail),
who was also interested in adding mpl plotting to octave.  We thought
that embedding the python interpreter might be the path of least
resistance.  It might be good for Tom to be in touch with the octave
people to avoid duplication of effort.

There are also some inconsistencies in the plotting functions between
mpl and matlab, in addition to the lack of 3D.  For example, our plot
command does not currently support plot(x, Y) or plot(X,Y) where X and
Y are matrices, though it would be easy to add such functionality.
Also, the default behavior of imshow is pretty different (in
matplotlib imshow scales the image to fit the current axes box).
These differences will surely cause some minor headaches, but for the
most part the interfaces are compatible.  A combination of
extending/patching matplotlib and doing some translation on the octave
side would probably work for most (2D) cases.

Thanks for the heads up,
JDH



reply via email to

[Prev in Thread] Current Thread [Next in Thread]