Last change
on this file since 4043 was 1973, checked in by ansari, 23 years ago |
Adaptation de fichiers .pic a la nouvelle syntaxe des options graphique ('red thinline ...' red,thinline,... - Reza 30/4/2002
|
File size:
912 bytes
|
Line | |
---|
1 | # Drawing a gaussian using the predefined limits and no default title
|
---|
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"
|
---|
4 | # Setting the top and bottom titles
|
---|
5 | settitle 'addelts.pic : Top Title ' 'Bottom Title (addelts.pic) ' siennared
|
---|
6 | # Superimposing a sin(x)/x function
|
---|
7 | func sin(x)/x 0.1 30 100 'green same'
|
---|
8 | # Setting axes attributes
|
---|
9 | setaxesatt 'bigboldfont timesfont'
|
---|
10 | # Adding a text string and a line to the display
|
---|
11 | addtext 15 0.2 'f(x) = sin(x)/x' gold
|
---|
12 | addline 0 0.8 20 0.2 red
|
---|
13 | # Rectangle drawing
|
---|
14 | addfrect 5 0.85 10 0.95 navyblue
|
---|
15 | addrect 7 1.05 8 0.75 purple
|
---|
16 | # Drawing circles
|
---|
17 | addfcirc 18 0.75 0.25 violet
|
---|
18 | addfcirc 18 0.75 0.15 violetred
|
---|
19 | addfcirc 18 0.75 0.07 magenta
|
---|
20 | addfcirc 22 0.55 0.10 blueviolet
|
---|
21 | addfcirc 26 0.55 0.10 darkviolet
|
---|
22 | # Make an Encapsulated Postscript file (eps)
|
---|
23 | pssetfilename
|
---|
24 | w2eps addelts.eps
|
---|
Note:
See
TracBrowser
for help on using the repository browser.