Re: DISLIN Manual

2008-05-06 Thread Robert Kern
adolfo wrote: I am at the very beginning of the DISLIN 9.3 Manual: 1.4 Quickplots I recommend asking the DISLIN author. I don't think that DISLIN is widely used in Python. Some quickplots are added to the DISLIN module which are collections of DISLIN routines for displaying data with one

DISLIN Manual

2008-05-06 Thread adolfo
I am at the very beginning of the DISLIN 9.3 Manual: 1.4 Quickplots Some quickplots are added to the DISLIN module which are collections of DISLIN routines for displaying data with one command. For example, the function ’plot’ displays two-dimensional curves. Example: from Numeric import * from