Hi,
that's true... I have been playing with maxima.
I define the function
F(x,y,z):=38244.74787*%pi*(x^2+y^2+z^2)^0.125
+1615.975261*%pi*z^2/(x^2+y^2+z^2)^0.875
+(-1292.78021)*%pi*z^2/((x^2+y^2+z^2)^0.875*(1+y^2/x^2))
+1292.78021*%pi*(x^2+y^2+z^2)^0.125/(1+y^2/x^2);
then
Hi,
I often use mpl interactively (in ipython --pylab) to plot 2d data on
basemaps using pcolormesh. When moving the mouse over the map, I can see
x,y coordinates being displayed in the bottom right of the plot window.
What would be more interesting for me is the value of the pcolomesh'ed
data var
Dear all
Has anyone attempted to use matplotlib within a mac (cocoa) application
before (e.g. using PyRun_SimpleFile or PyRun_SimpleString)? I can
successfully get get a plot to appear in a new window but when closing this
window the entire application quits without any error. Looking at the
s
2013/2/1 Benjamin Root
>
>
> On Fri, Feb 1, 2013 at 11:04 AM, Jeff Layton wrote:
>
>> Good morning,
>>
>> I'm been using matplotlib for a while but it's always been very
>> simple plots (hey - I'm a simple person). I have a need for some
>> "fancier" plots using subplots.
>>
>> I want to have 3
On Fri, Feb 1, 2013 at 11:04 AM, Jeff Layton wrote:
> Good morning,
>
> I'm been using matplotlib for a while but it's always been very
> simple plots (hey - I'm a simple person). I have a need for some
> "fancier" plots using subplots.
>
> I want to have 3 charts one above the other with a singl
Good morning,
I'm been using matplotlib for a while but it's always been very
simple plots (hey - I'm a simple person). I have a need for some
"fancier" plots using subplots.
I want to have 3 charts one above the other with a single set of
x-axis labels on the bottom subplot that works for all t