Changeset 1973 in Sophya for trunk/SophyaPI/DemoPIApp


Ignore:
Timestamp:
Apr 30, 2002, 2:37:46 PM (23 years ago)
Author:
ansari
Message:

Adaptation de fichiers .pic a la nouvelle syntaxe des options graphique ('red thinline ...' red,thinline,... - Reza 30/4/2002

Location:
trunk/SophyaPI/DemoPIApp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/DemoPIApp/addelts.pic

    r1638 r1973  
    1 #  Defining the 2D plot limits
    2 setxylimits -10 30 -0.4 1.2
    31#  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
     3func exp(-(x-2)*(x-2)/12.) -10 20  100 "xylimits=-10,30,-0.4,1.2 orange normalline notit"
    54#  Setting the top and bottom titles
    65settitle 'addelts.pic : Top Title ' 'Bottom Title (addelts.pic) '  siennared
    76#  Superimposing a sin(x)/x function
    8 func sin(x)/x 0.1 30 100 green,same
     7func sin(x)/x 0.1 30 100 'green same'
     8#  Setting axes attributes
     9setaxesatt 'bigboldfont timesfont'
    910#  Adding a text string and a line to the display
    10 addtext 15 0.2 'f(x) = sin(x)/x' gold,boldfont,bigfont,timesfont
     11addtext 15 0.2 'f(x) = sin(x)/x' gold
    1112addline 0 0.8 20 0.2 red
    1213#  Rectangle drawing
  • trunk/SophyaPI/DemoPIApp/demo.pic

    r1338 r1973  
    1919n/plot nt31.z%y%x ! ! win
    2020#  Trace des points 3d avec des erreurs superpose au dessin precedant
    21 nt3d nt32 x y  z ex ey ez - - same,fcirclemarker7,red
     21nt3d nt32 x y  z ex ey ez - - 'same fcirclemarker7 red'
Note: See TracChangeset for help on using the changeset viewer.