Re: DISLIN 9.3 starting issues

2008-05-06 Thread Weinhandl Herbert
adolfo wrote: I built the following little program: from numpy import * from dislin import * def main(): x = arange (100, typecode=Float32) plot (x, sin (x/5)) disfin () main() *** Here are the problems: 1. The "from Numeric import" statement did not work, I replaced with "from

DISLIN 9.3 starting issues

2008-05-06 Thread adolfo
*** I thought I posted this subject 45 min ago but it does not show so something went wrong and it does not show up. Excuse me if I repeat myself *** DISLIN 9.3 old manual problems I just installed DISLIN 9.3 for python (DISPY is installed too) and I am up to: 1.4 Quickplots Some quickplots ar