~ubuntu-branches/ubuntu/karmic/rkward/karmic

« back to all changes in this revision

Viewing changes to rkward/plugins/plots/plot_options.xml

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Friedrichsmeier
  • Date: 2006-11-06 16:30:00 UTC
  • mfrom: (1.2.1 upstream) (3.1.1 feisty)
  • Revision ID: james.westby@ubuntu.com-20061106163000-qi8ju75eqecrfay7
* new upstream release
* depend on either php4-cli or php5-cli

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
                <convert id="ylabfilled" mode="notequals" sources="ylab.text" standard="" />
9
9
                <connect client="ylabisexp.enabled" governor="ylabfilled" />
10
 
 
 
10
                
11
11
                <connect client="xlog.visible" governor="allow_log"/>
12
12
                <connect client="ylog.visible" governor="allow_log"/>
 
13
                <connect client="aspectratio.visible" governor="allow_aspect"/>
13
14
                <connect client="pointtypepage.visible" governor="allow_type"/>
14
15
 
15
16
                <external id="xvar" />
16
17
                <external id="yvar" />
17
18
                <external id="allow_log" default="true" />
18
19
                <external id="allow_type" default="true" />
 
20
                <external id="allow_aspect" default="false" />
19
21
        </logic>
20
22
        <dialog label="Default plot options" >
21
23
                <tabbook>
 
24
                        <tab label="Title">
 
25
                                <column>
 
26
                                        <frame label="Main title">
 
27
                                                <input id="main" label="Main title (on top). Leave empty for default title" />
 
28
                                                <checkbox id="mainisexp" label="Interpret this label as an R expression (as opposed to a literal string)?" value="1" />
 
29
                                        </frame>
 
30
                                        <frame label="Subtitle">
 
31
                                                <input id="sub" label="Sub-title (at bottom). Leave empty for default title" />
 
32
                                                <checkbox id="subisexp" label="Interpret this label as an R expression (as opposed to a literal string)?" value="1" />
 
33
                                        </frame>
 
34
                                        <stretch/>
 
35
                                </column>
 
36
                        </tab>
22
37
                        <tab label="Axes" >
23
38
                                <column>
24
39
                                        <frame id="axistypes" label="Axis types">
52
67
                                                        <input id="ymaxvalue" label="Max Y value" />
53
68
                                                </row>
54
69
                                        </frame>
 
70
                                        <stretch/>
55
71
                                </column>
56
72
                        </tab>
57
73
                        <tab id="pointtypepage" label="Points / Lines">
67
83
                                </radio>
68
84
                        <stretch/>
69
85
                        </tab>
 
86
                        <tab id="aspectratio" label="Aspect ratio y/x">
 
87
                                <column>
 
88
                                        <spinbox type="real" label="Aspect ratio" id="asp" initial="0"/>
 
89
                                        <text>Note that if Aspect is a finite positive value then the window is set up so that one data unit in the x direction is equal in length to asp * one data unit in the y direction.</text>
 
90
                                        <text>The special case Aspect == 1 produces plots where distances between points are represented accurately on screen. Values with Aspect > 1 can be used to produce more accurate maps when using latitufile and longitude.</text>
 
91
                                        <stretch/>
 
92
                                </column>
 
93
                        </tab>
70
94
                </tabbook>
71
95
        </dialog>
72
96
</document>