Subversion Repositories wimsdev

Rev

Rev 5921 | Rev 11292 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5921 Rev 11210
Line 1... Line 1...
1
!! +exec+ +ins+
1
!! +exec+ +ins+
-
 
2
tit:insplot
2
$lst_tit insplot$lst_titend$type_pexec
3
type:$type_pexec
3
  $(lst_syntax)insplot $emph plotsource $emphend</span>
4
syntax:!insplot `plotsource'
4
  $lst_mean The server program will call an external plotting program
5
mean:The server program will call an external plotting program (gnuplot for the current version),\
5
  (gnuplot for the current version), submit $emph plotsource$emphend
-
 
6
  as the 2D plot command (with variables substituted),
6
  submit `plotsource' as the 2D plot command (with variables substituted),\
7
  and insert the result into the page. <br/>
7
  and insert the result into the page. <br/>\
8
  The syntax of $emph plotsource$emphend is that of the $emph plot$emphend
8
  The syntax of `plotsource' is that of the `plot' command of gnuplot.
9
  command of gnuplot.
-