source: Sophya/trunk/SophyaPI/DemoPIApp/tarc.pic@ 4074

Last change on this file since 4074 was 4073, checked in by ansari, 13 years ago

Ajout script polarplot.pic (trace en coord. polaires) et modifs cosmetiques/copyright, Reza 10/05/2012

File size: 1.6 KB
Line 
1################################################################
2### SOPHYA class library - piapp interactive analysis tool
3### (C) LAL / Univ. Paris Sud, CNRS/IN2P3 1998-2012
4### (C) IRFU-SPP / CEA 1998-2012
5################################################################
6### tarc.pic : piapp demo script illustrating aome of the
7### possibilities for adding graphic elements
8#################################################################
9# ---------- tarc.pic -----------
10# Essai de trace d'elements graphiques
11# et d'arcs en particulier
12zone 1
13drpanel -1 1 -1 1
14addline -2 0 2 0
15addline 0 -0.5 0 0.5
16addmarker 0 -0.5 'red boxmarker7'
17addmarker 0.5 0. 'red boxmarker7'
18addmarker 0. 0.5 'red boxmarker7'
19addarc 0 -0.5 0.5 0. 0 0.5 'red'
20
21addmarker 0 -1 'blue boxmarker5'
22addmarker 0.5 0. 'blue boxmarker5'
23addmarker 0 1 'blue boxmarker5'
24addarc 0 -1 0.5 0 0 1 'blue thickline'
25
26addmarker -0.8 0.6 'magenta circlemarker9'
27addmarker -0.4 0.7 'magenta circlemarker9'
28addmarker -0.1 0.65 'magenta circlemarker9'
29addarc -0.8 0.6 -0.4 0.7 -0.1 0.65 'magenta normalline'
30
31# addarc 0 1 0.5 0 0 -1 'green'
32
33addfarc -0.7 0. -0.60 0.15 -0.5 0.2 'yellow normalline'
34addtext -1 1 'Test Trace Arc - Fleches' 'timesfont bigboldfont verttop blueviolet'
35addtext -0.25 0. 'Added Vertical Text' 'timesfont hugeboldfont vertcenter horizcenter textdirvertup'
36addarrow -0.25 -0.5 -0.25 0.9 'thinline gold basicarrow9'
37addarrow -1 -1 -0.3 -0.3 'navyblue normalline ftrianglearrow11'
38addarrow 1 1 0.2 0.2 'orange arrowshapedarrow9'
39addarrow -1 1 -0.1 0.1 'turquoise trianglearrow9'
Note: See TracBrowser for help on using the repository browser.