Hi John,
Thanks for the hint. I am able to pass the rect returned by
Subplot.get_position().
Bing
On Sat, May 24, 2008 at 9:27 PM, John Hunter <[EMAIL PROTECTED]> wrote:
> On Sat, May 24, 2008 at 4:08 PM, Bing <[EMAIL PROTECTED]> wrote:
> > Hello,
> >Could anyone tell me how to use plot3
On Sat, May 24, 2008 at 4:08 PM, Bing <[EMAIL PROTECTED]> wrote:
> Hello,
>Could anyone tell me how to use plot3D in a subplot?
> I looked at the examples at
> http://www.scipy.org/Cookbook/Matplotlib/mplot3D
> But seems to me that matplotlib.axes3d.Axes3D can
> be only constructed from a Fig
Hello,
Could anyone tell me how to use plot3D in a subplot?
I looked at the examples at
http://www.scipy.org/Cookbook/Matplotlib/mplot3D
But seems to me that matplotlib.axes3d.Axes3D can
be only constructed from a Figure instance but
not from a Subplot instance.
Thanks,
Bing
-
Mike,
That fixes things for me - many thanks. Unrelated, but to build from SVN
I had to go diving in setupext.py to say that the tk include files are in:
/usr/include/tcl8.4
... while the tcl install home is /usr/share/tcltk. The command "locate
tk.h" was particularly useful.
Many thanks agai
matploblib communication problem, graphics question
==
i've had a hard time today to drill down on some infos
about matplotlib of http://matplotlib.sourceforge.net/.
this is an sf.net-managed project, its mailing lists are
managed by gnu mailman in a pre-19
Thanks! I also found the description under the class
RegularPolyCollection in collections.py:
* sizes gives the area of the circle circumscribing the regular
polygon in points^2
Neil
Manuel wrote:
> Hi Neil,
>
> good eyes ;-) Have a look at the scatter documentation:
>
> "s is a size in points^
I added a function and a method to control the color cycle. See
examples/api/color_cycle.py, and r5250.
Eric
Eric Firing wrote:
> John Hunter wrote:
>> On Mon, May 19, 2008 at 8:38 AM, Zoho Vignochi <[EMAIL PROTECTED]> wrote:
>>> Hello:
>>>
>>> I want to plot a variable number of lines but I wo