~ubuntu-branches/ubuntu/precise/scilab/precise

« back to all changes in this revision

Viewing changes to modules/graphics/help/en_US/axis_properties.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sylvestre Ledru
  • Date: 2010-04-16 15:57:24 UTC
  • mfrom: (1.1.9 upstream) (4.4.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100416155724-lx1sdku0oidl0ffn
Tags: 5.2.2-1
* New upstream release
* better-feedback-on-lib-error.diff, full_support.diff, renesas-sh.diff,
  s390javadetection.diff, sparc64.diff, test_run_permission.diff,
  z_cpudetection.diff removed (applied upstream)

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
            <varlistentry>
78
78
              <term>xtics_coord: </term>
79
79
              <listitem>
80
 
                <para>This field represent the x-coordinate of the axis. It is a row
 
80
                <para>This field represents the x-coordinate of the axis. It is a row
81
81
            vector containing values increasing from left to right which give
82
82
            tics positions for a horizontal axis. Other case, the entity is a
83
83
            vertical axis, this property contain a scale which defines the
87
87
            <varlistentry>
88
88
              <term>ytics_coord: </term>
89
89
              <listitem>
90
 
                <para>This field represent the y-coordinate of the axis. It is a row
 
90
                <para>This field represents the y-coordinate of the axis. It is a row
91
91
            vector containing values increasing from bottom to top which give
92
92
            tics positions for a vertical axis. Other case, the entity is a
93
 
            horizantal axis, this property contain a scale which defines the
 
93
            horizontal axis, this property contain a scale which defines the
94
94
            y-origin of the axis.</para>
95
95
              </listitem>
96
96
            </varlistentry>
146
146
            <varlistentry>
147
147
              <term>tics_labels: </term>
148
148
              <listitem>
149
 
                <para>This filed is a string matrix, which contains the strings to
 
149
                <para>This field is a string matrix, which contains the strings to
150
150
            be drawn along the axis at tics positions.</para>
151
151
              </listitem>
152
152
            </varlistentry>
 
153
 
 
154
            <varlistentry>
 
155
              <term>format_n: </term>
 
156
              <listitem>
 
157
                <para>This property is a character string which specifies the floating-point display format of the tics labels numbers,
 
158
            when relevant. It uses the format syntax of the C language printf function (for example <literal>"%.3f"</literal>).
 
159
            If equal to <literal>""</literal>, a default display format is used.</para>
 
160
              </listitem>
 
161
            </varlistentry>
 
162
 
153
163
            <varlistentry>
154
164
              <term>labels_font_color: </term>
155
165
              <listitem>
170
180
              <term>fractional_font: </term>
171
181
              <listitem>
172
182
                <para>
173
 
                  This property specify whether ticks labels are displayed using fractional font sizes.
 
183
                  This property specifies whether ticks labels are displayed using fractional font sizes.
174
184
                  Its value must be either <literal>"on"</literal> or <literal>"off"</literal>.
175
185
                  If <literal>"on"</literal> the floating point value of <literal>font_size</literal>
176
186
                  is used for display and the font is anti-aliased. If <literal>"off"</literal> only the integer part is used
213
223
            <varlistentry>
214
224
              <term>user_data: </term>
215
225
              <listitem>
216
 
                <para>This field can be use to store any scilab variable in the axis
217
 
            data structure, and to retreive it.</para>
 
226
                <para>This field can be used to store any scilab variable in the axis
 
227
            data structure, and to retrieve it.</para>
218
228
              </listitem>
219
229
            </varlistentry>
220
230
          </variablelist>