Changeset 1973 in Sophya
- Timestamp:
- Apr 30, 2002, 2:37:46 PM (23 years ago)
- Location:
- trunk/SophyaPI/DemoPIApp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/DemoPIApp/addelts.pic
r1638 r1973 1 # Defining the 2D plot limits2 setxylimits -10 30 -0.4 1.23 1 # Drawing a gaussian using the predefined limits and no default title 4 func exp(-(x-2)*(x-2)/12.) -10 20 100 xylimits,orange,normalline,notit 2 # with Defining the 2D plot limits 3 func exp(-(x-2)*(x-2)/12.) -10 20 100 "xylimits=-10,30,-0.4,1.2 orange normalline notit" 5 4 # Setting the top and bottom titles 6 5 settitle 'addelts.pic : Top Title ' 'Bottom Title (addelts.pic) ' siennared 7 6 # Superimposing a sin(x)/x function 8 func sin(x)/x 0.1 30 100 green,same 7 func sin(x)/x 0.1 30 100 'green same' 8 # Setting axes attributes 9 setaxesatt 'bigboldfont timesfont' 9 10 # Adding a text string and a line to the display 10 addtext 15 0.2 'f(x) = sin(x)/x' gold ,boldfont,bigfont,timesfont11 addtext 15 0.2 'f(x) = sin(x)/x' gold 11 12 addline 0 0.8 20 0.2 red 12 13 # Rectangle drawing -
trunk/SophyaPI/DemoPIApp/demo.pic
r1338 r1973 19 19 n/plot nt31.z%y%x ! ! win 20 20 # Trace des points 3d avec des erreurs superpose au dessin precedant 21 nt3d nt32 x y z ex ey ez - - same,fcirclemarker7,red21 nt3d nt32 x y z ex ey ez - - 'same fcirclemarker7 red'
Note:
See TracChangeset
for help on using the changeset viewer.