~uhh-ssd/+junk/humidity_readout

« back to all changes in this revision

Viewing changes to plplot/plplot-5.9.9/bindings/octave/globals-in-scripts

  • Committer: Joachim Erfle
  • Date: 2013-07-24 13:53:41 UTC
  • Revision ID: joachim.erfle@desy.de-20130724135341-1qojpp701zsn009p
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
Globals in script files. Note that they are available on a per window
 
3
basis, so __pl.legend[3] returns the status of the legend of figure 3.
 
4
 
 
5
The only exception is __pl.lab_str, which by itself is a string array.
 
6
This can cause problems if, when in hold mode, one changes to another
 
7
picture and plot something; reverting to the original picture and
 
8
issuing more plot commands lost the previous line legend text.
 
9
 
 
10
__pl.legend                     legend status 
 
11
__pl.legend_xpos                        x position
 
12
__pl.legend_ypos
 
13
 
 
14
__pl.lab_pos            line label position
 
15
__pl.lab_str                                    string
 
16
__pl.lab_col                                    color
 
17
 
 
18
__pl.multi                      multiplot status
 
19
__pl.multi_row                                  number of rows
 
20
__pl.multic_col                                                 columns
 
21
 
 
22
__pl.type                       type of plot (log, polar, ...)
 
23
__pl.items                      number of items to plot
 
24
__pl.struct                     the x,y data to plot
 
25
 
 
26
__pl.axis_st            axis status
 
27
__pl.axis                               values
 
28
 
 
29
__pl.xticks                     xtick interval, number of minor xtick 
 
30
__pl.yticks
 
31
 
 
32
__pl.az                         azimuth
 
33
__pl.alt                        altitude
 
34
 
 
35
__pl.grid                       grid status
 
36
 
 
37
__pl.lstyle                     increase line style
 
38
 
 
39
__pl.plcol                      current line color
 
40
__pl.pllsty                                     line style
 
41
__pl.line_count                         line count (number to appear in legend)