[prev in list] [next in list] [prev in thread] [next in thread] 

List:       python-edu-sig
Subject:    [Edu-sig] GracePlot
From:       feiguin () magnet ! fsu ! edu (Adrian Feiguin)
Date:       2001-10-01 17:58:14
Message-ID: Pine.LNX.4.30.0110011355050.30481-100000 () theory4 ! magnet ! fsu ! edu
[Download RAW message or body]

You might find interesting SciGraphica
(http://scigraphica.sourceforge.net). The Python interface is still under
development, but eventually will allow to create interactive 2D/3D/Polar
plots.
In any case, nice job ;-)

Saludos,
<ADRIAN>

On Sun, 30 Sep 2001, Jason Cunliffe wrote:

>
> http://www.idyll.org/~n8gray/code/index.html
>
> <quote>
> Announcement
> This module provides interactive 2-D plotting capabilities via the Grace
> package. Why do we need yet another plotting package for Python? Simple.
> None of the packages out there (that I've tried) currently offer all of the
> following desirable properties:
> Designed for use at the interactive prompt
> Provide UI access to plot properties and allow changes on-the-fly
> Tight integration with Numeric Python
> A typical gracePlot session goes something like this:
>
> >>> from gracePlot import gracePlot
> >>> p = gracePlot() # A grace session opens
> >>> p.plot( [1,2,3,4,5], [10, 4, 2, 4, 10], [1, 0.7, 0.5, 1, 2],
> ...         symbols=1 )  # A plot with errorbars & symbols
> >>> p.title('Funding: Ministry of Silly Walks')
> >>> p.ylabel('Funding (Pounds\S10\N)')
> >>> p.multi(2,1)  # Multiple plots: 2 rows, 1 column
> >>> p.xlimit(0, 6)  # Set limits of x-axis
> >>> p.focus(1,0)  # Set current graph to row 1, column 0
> >>> p.histoPlot( [7, 15, 18, 20, 21], x_min=1,
> ...              dy=[2, 3.5, 4.6, 7.2, 8.8]) # A histogram w/errorbars
> >>> p.xlabel('Silliness Index')
> >>> p.ylabel('Applications/yr')
> >>> p.xlimit(0, 6)  # Set limits of x-axis
>
> </quote>
>
>
> _______________________________________________
> Edu-sig mailing list
> Edu-sig@python.org
> http://mail.python.org/mailman/listinfo/edu-sig
>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic