[apluslist] 3-D graphics primitives

Alexander Skomorokhov askom at obninsk.com
Wed Dec 8 16:00:01 EST 2004


Pedro,

> I would like to know if any of you has used the 3-D graphics primitives 
> available with Morgan Stanley's A+ interpreter (probably only those 
> actually working there...) and if you could send me an example. Also, 
> is it possible to generate an Encapsulated PostScript file of such 
> graphic object?
It would be interesting to me too.
 
> Also, how do I create an Encapsulated PostScript file from a 2-D plot, 
> say, a scatter or line plot? Is the 'report' class necessary to do this 
> or is there a more direct way, not described in the manuals available 
> online?
----
$mode ascii
$load s

/ create graph

show `g

    
/ Printing     
     `g has (`printoutputmode;`eps)
     `g has (`printmode;`color)
     `g has (`printfile;'/home/a+/fig1.eps')
     `g has `print
----

It would be written to a file fig.eps as a color eps.

Regards,
Sasha.


More information about the apluslist mailing list