[MATRIX-SIG] [long] A NO-Proposal for a plot-package

Hoon Yoon - IPT Quant hyoon@nyptsrv1.etsd.ml.com
Wed, 23 Jul 1997 17:35:57 -0400


Zane C. Motteler Wrote:

> Just a reminder that we have a working, pretty decent 2d-3d scientific
>graphics package working with Gist (a public domain graphics engine from
>LLNL). The Python interface is object-oriented, consisting of Graph
>objects, geometric objects which can be shipped to Graph objects,
>and Plotter objects which can be used to plot them. This is pretty much
>as I described in my talks at the last two Python meetings. The 3-D
>graphics is much enhanced since I first talked about it at the
>Washington meeting last year.

Hello,

  Gist is a nice package for what it does. I think it makes a good foundation
  for a lot of 3d type of work, but falls short of :
 > 
 > Here's mine (off the top of my head):
 > 
 > MUST HAVE:
 > 	Line Plots
 > 	Point Plots (scatter plots)
 > 	Bar Plots
 > 	Error Bars
 > 	Fills (grey levels)
 > 	Symbols
 > 	Log scales
 > 	Bitmap preview (tk, gif, whatever)
 > 	Text
 > 	Production-quality PostScript output
 > 	Very Customizable
 > 	Works on Unix & NT
 > 
 > WOULD BE NICE:
 > 	Complete Python control over graph generation, graph objects, etc.
 > 	Ability to design new graph formats (e.g. Tufte's work)
 > 	Interactivity
 > 	Ability to do Batch work

  At least one person's idea of what it should do. I am had some frustration
  with trying to get bar graph and non-numeric ticks. I also would like to
  get 2 different XY axis for the graph, which I don't think is supported
  in Gist. Basically I will be extremely satisfied with Gist + Excel type
  of graphics. Has anyone seen Splus 4 graphs in Axim? It's completely obj
  oriented. Would it be lovely to have Trellis type of analysis? 
  Just my few thoughts,
  
Hoon,

_______________
MATRIX-SIG  - SIG on Matrix Math for Python

send messages to: matrix-sig@python.org
administrivia to: matrix-sig-request@python.org
_______________