rubypost 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
data/doc/created.rid ADDED
@@ -0,0 +1,12 @@
1
+ Sat, 26 Apr 2014 09:21:01 +0930
2
+ README Sat, 26 Apr 2014 07:34:51 +0930
3
+ lib/redefine_float_to_s_for_metapost.rb Sat, 26 Apr 2014 07:53:53 +0930
4
+ lib/simpleplot.rb Sat, 26 Apr 2014 07:53:53 +0930
5
+ lib/graph.rb Sat, 26 Apr 2014 07:53:53 +0930
6
+ lib/drawable.rb Sat, 26 Apr 2014 07:53:53 +0930
7
+ lib/label.rb Sat, 26 Apr 2014 07:53:53 +0930
8
+ lib/draw.rb Sat, 26 Apr 2014 07:53:53 +0930
9
+ lib/rubypost.rb Sat, 26 Apr 2014 07:53:53 +0930
10
+ lib/options.rb Sat, 26 Apr 2014 07:53:53 +0930
11
+ lib/objects.rb Sat, 26 Apr 2014 09:19:46 +0930
12
+ lib/revert_float_to_s.rb Sat, 26 Apr 2014 07:53:53 +0930
data/doc/index.html ADDED
@@ -0,0 +1,554 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
8
+
9
+ <title>RDoc Documentation</title>
10
+
11
+ <link type="text/css" media="screen" href="rdoc.css" rel="stylesheet" />
12
+
13
+ <script src="js/jquery.js" type="text/javascript" charset="utf-8"></script>
14
+ <script src="js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
15
+ <script src="js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
16
+ <script src="js/darkfish.js" type="text/javascript" charset="utf-8"></script>
17
+
18
+ </head>
19
+ <body class="indexpage">
20
+
21
+
22
+ <h1>RDoc Documentation</h1>
23
+
24
+
25
+ <div id="main">
26
+
27
+ <p>#<a href="RubyPost.html">RubyPost</a> 0.0.5 <a
28
+ href="README.html">README</a></p>
29
+
30
+ <p>You can download the latest version of rubypost from rubyforge. Type:</p>
31
+
32
+ <p>gem install rubypost</p>
33
+
34
+ <p>Or download the source and run rake to build the gem, then install the gem
35
+ into your ruby installation.</p>
36
+
37
+ <p>This version of rubypost implements most of the basic metapost features.
38
+ See the test files for usage examples.</p>
39
+
40
+ <p>Todo: This is an incomplete list, but it’s some stuff that should be added.</p>
41
+ <ul><li>
42
+ <p>add curl, tension and dir options to paths</p>
43
+ </li><li>
44
+ <p>ability to add latex packages at start of metapost file.</p>
45
+ </li></ul>
46
+
47
+ <p></p>
48
+
49
+ </div>
50
+
51
+
52
+
53
+
54
+ <h2>Files</h2>
55
+ <ul>
56
+
57
+ <li class="file"><a href="README.html">README</a></li>
58
+
59
+ </ul>
60
+
61
+
62
+ <h2 id="classes">Classes/Modules</h2>
63
+ <ul>
64
+
65
+ <li class="module"><a href="RubyPost.html">RubyPost</a></li>
66
+
67
+ <li class="class"><a href="RubyPost/AbstractPlot.html">RubyPost::AbstractPlot</a></li>
68
+
69
+ <li class="class"><a href="RubyPost/Arrow.html">RubyPost::Arrow</a></li>
70
+
71
+ <li class="class"><a href="RubyPost/AutoGrid.html">RubyPost::AutoGrid</a></li>
72
+
73
+ <li class="class"><a href="RubyPost/BaseDrawCommand.html">RubyPost::BaseDrawCommand</a></li>
74
+
75
+ <li class="class"><a href="RubyPost/BaseGraphData.html">RubyPost::BaseGraphData</a></li>
76
+
77
+ <li class="class"><a href="RubyPost/BaseLabel.html">RubyPost::BaseLabel</a></li>
78
+
79
+ <li class="class"><a href="RubyPost/Circle.html">RubyPost::Circle</a></li>
80
+
81
+ <li class="class"><a href="RubyPost/Clip.html">RubyPost::Clip</a></li>
82
+
83
+ <li class="class"><a href="RubyPost/Color.html">RubyPost::Color</a></li>
84
+
85
+ <li class="class"><a href="RubyPost/Colour.html">RubyPost::Colour</a></li>
86
+
87
+ <li class="class"><a href="RubyPost/Coords.html">RubyPost::Coords</a></li>
88
+
89
+ <li class="class"><a href="RubyPost/CurvedPlot.html">RubyPost::CurvedPlot</a></li>
90
+
91
+ <li class="class"><a href="RubyPost/CustomDrawable.html">RubyPost::CustomDrawable</a></li>
92
+
93
+ <li class="class"><a href="RubyPost/CustomOption.html">RubyPost::CustomOption</a></li>
94
+
95
+ <li class="class"><a href="RubyPost/Dashed.html">RubyPost::Dashed</a></li>
96
+
97
+ <li class="class"><a href="RubyPost/DblArrow.html">RubyPost::DblArrow</a></li>
98
+
99
+ <li class="class"><a href="RubyPost/DotLabel.html">RubyPost::DotLabel</a></li>
100
+
101
+ <li class="class"><a href="RubyPost/DoubleArrow.html">RubyPost::DoubleArrow</a></li>
102
+
103
+ <li class="class"><a href="RubyPost/Draw.html">RubyPost::Draw</a></li>
104
+
105
+ <li class="class"><a href="RubyPost/Drawable.html">RubyPost::Drawable</a></li>
106
+
107
+ <li class="class"><a href="RubyPost/Figure.html">RubyPost::Figure</a></li>
108
+
109
+ <li class="class"><a href="RubyPost/File.html">RubyPost::File</a></li>
110
+
111
+ <li class="class"><a href="RubyPost/Fill.html">RubyPost::Fill</a></li>
112
+
113
+ <li class="class"><a href="RubyPost/Graph.html">RubyPost::Graph</a></li>
114
+
115
+ <li class="class"><a href="RubyPost/GraphData.html">RubyPost::GraphData</a></li>
116
+
117
+ <li class="class"><a href="RubyPost/GraphDataOption.html">RubyPost::GraphDataOption</a></li>
118
+
119
+ <li class="class"><a href="RubyPost/GraphFile.html">RubyPost::GraphFile</a></li>
120
+
121
+ <li class="class"><a href="RubyPost/GraphLabel.html">RubyPost::GraphLabel</a></li>
122
+
123
+ <li class="class"><a href="RubyPost/GraphOption.html">RubyPost::GraphOption</a></li>
124
+
125
+ <li class="class"><a href="RubyPost/GraphTitle.html">RubyPost::GraphTitle</a></li>
126
+
127
+ <li class="class"><a href="RubyPost/ImpulsePlot.html">RubyPost::ImpulsePlot</a></li>
128
+
129
+ <li class="class"><a href="RubyPost/Label.html">RubyPost::Label</a></li>
130
+
131
+ <li class="class"><a href="RubyPost/LinePlot.html">RubyPost::LinePlot</a></li>
132
+
133
+ <li class="class"><a href="RubyPost/Macros.html">RubyPost::Macros</a></li>
134
+
135
+ <li class="class"><a href="RubyPost/Object.html">RubyPost::Object</a></li>
136
+
137
+ <li class="class"><a href="RubyPost/Option.html">RubyPost::Option</a></li>
138
+
139
+ <li class="class"><a href="RubyPost/Pair.html">RubyPost::Pair</a></li>
140
+
141
+ <li class="class"><a href="RubyPost/Path.html">RubyPost::Path</a></li>
142
+
143
+ <li class="class"><a href="RubyPost/PathOption.html">RubyPost::PathOption</a></li>
144
+
145
+ <li class="class"><a href="RubyPost/Pen.html">RubyPost::Pen</a></li>
146
+
147
+ <li class="class"><a href="RubyPost/Picture.html">RubyPost::Picture</a></li>
148
+
149
+ <li class="class"><a href="RubyPost/PicturePrecompiler.html">RubyPost::PicturePrecompiler</a></li>
150
+
151
+ <li class="class"><a href="RubyPost/Plot.html">RubyPost::Plot</a></li>
152
+
153
+ <li class="class"><a href="RubyPost/Range.html">RubyPost::Range</a></li>
154
+
155
+ <li class="class"><a href="RubyPost/Rotate.html">RubyPost::Rotate</a></li>
156
+
157
+ <li class="class"><a href="RubyPost/Rotated.html">RubyPost::Rotated</a></li>
158
+
159
+ <li class="class"><a href="RubyPost/Scale.html">RubyPost::Scale</a></li>
160
+
161
+ <li class="class"><a href="RubyPost/Scaled.html">RubyPost::Scaled</a></li>
162
+
163
+ <li class="class"><a href="RubyPost/Shift.html">RubyPost::Shift</a></li>
164
+
165
+ <li class="class"><a href="RubyPost/Shifted.html">RubyPost::Shifted</a></li>
166
+
167
+ <li class="class"><a href="RubyPost/SimplePlot.html">RubyPost::SimplePlot</a></li>
168
+
169
+ <li class="class"><a href="RubyPost/Square.html">RubyPost::Square</a></li>
170
+
171
+ <li class="class"><a href="RubyPost/StemPlot.html">RubyPost::StemPlot</a></li>
172
+
173
+ <li class="class"><a href="RubyPost/Translate.html">RubyPost::Translate</a></li>
174
+
175
+ <li class="class"><a href="RubyPost/XLabel.html">RubyPost::XLabel</a></li>
176
+
177
+ <li class="class"><a href="RubyPost/YLabel.html">RubyPost::YLabel</a></li>
178
+
179
+ <li class="class"><a href="RubyPost/YLabelRight.html">RubyPost::YLabelRight</a></li>
180
+
181
+ <li class="class"><a href="Float.html">Float</a></li>
182
+
183
+ <li class="class"><a href="Numeric.html">Numeric</a></li>
184
+
185
+ <li class="class"><a href="Rational.html">Rational</a></li>
186
+
187
+ <li class="class"><a href="String.html">String</a></li>
188
+
189
+ </ul>
190
+
191
+ <h2 id="methods">Methods</h2>
192
+ <ul>
193
+
194
+ <li><a href="RubyPost/StemPlot.html#method-c-new">::new &mdash; RubyPost::StemPlot</a></li>
195
+
196
+ <li><a href="RubyPost/Colour.html#method-c-new">::new &mdash; RubyPost::Colour</a></li>
197
+
198
+ <li><a href="RubyPost/Pen.html#method-c-new">::new &mdash; RubyPost::Pen</a></li>
199
+
200
+ <li><a href="RubyPost/Picture.html#method-c-new">::new &mdash; RubyPost::Picture</a></li>
201
+
202
+ <li><a href="RubyPost/SimplePlot.html#method-c-new">::new &mdash; RubyPost::SimplePlot</a></li>
203
+
204
+ <li><a href="RubyPost/CustomDrawable.html#method-c-new">::new &mdash; RubyPost::CustomDrawable</a></li>
205
+
206
+ <li><a href="RubyPost/Pair.html#method-c-new">::new &mdash; RubyPost::Pair</a></li>
207
+
208
+ <li><a href="RubyPost/GraphLabel.html#method-c-new">::new &mdash; RubyPost::GraphLabel</a></li>
209
+
210
+ <li><a href="RubyPost/Dashed.html#method-c-new">::new &mdash; RubyPost::Dashed</a></li>
211
+
212
+ <li><a href="RubyPost/AutoGrid.html#method-c-new">::new &mdash; RubyPost::AutoGrid</a></li>
213
+
214
+ <li><a href="RubyPost/Figure.html#method-c-new">::new &mdash; RubyPost::Figure</a></li>
215
+
216
+ <li><a href="RubyPost/CustomOption.html#method-c-new">::new &mdash; RubyPost::CustomOption</a></li>
217
+
218
+ <li><a href="RubyPost/Range.html#method-c-new">::new &mdash; RubyPost::Range</a></li>
219
+
220
+ <li><a href="RubyPost/AbstractPlot.html#method-c-new">::new &mdash; RubyPost::AbstractPlot</a></li>
221
+
222
+ <li><a href="RubyPost/Path.html#method-c-new">::new &mdash; RubyPost::Path</a></li>
223
+
224
+ <li><a href="RubyPost/Macros.html#method-c-new">::new &mdash; RubyPost::Macros</a></li>
225
+
226
+ <li><a href="RubyPost/File.html#method-c-new">::new &mdash; RubyPost::File</a></li>
227
+
228
+ <li><a href="RubyPost/PicturePrecompiler.html#method-c-new">::new &mdash; RubyPost::PicturePrecompiler</a></li>
229
+
230
+ <li><a href="RubyPost/LinePlot.html#method-c-new">::new &mdash; RubyPost::LinePlot</a></li>
231
+
232
+ <li><a href="RubyPost/Scale.html#method-c-new">::new &mdash; RubyPost::Scale</a></li>
233
+
234
+ <li><a href="RubyPost/Circle.html#method-c-new">::new &mdash; RubyPost::Circle</a></li>
235
+
236
+ <li><a href="RubyPost/CurvedPlot.html#method-c-new">::new &mdash; RubyPost::CurvedPlot</a></li>
237
+
238
+ <li><a href="RubyPost/Plot.html#method-c-new">::new &mdash; RubyPost::Plot</a></li>
239
+
240
+ <li><a href="RubyPost/BaseDrawCommand.html#method-c-new">::new &mdash; RubyPost::BaseDrawCommand</a></li>
241
+
242
+ <li><a href="RubyPost/ImpulsePlot.html#method-c-new">::new &mdash; RubyPost::ImpulsePlot</a></li>
243
+
244
+ <li><a href="RubyPost/Translate.html#method-c-new">::new &mdash; RubyPost::Translate</a></li>
245
+
246
+ <li><a href="RubyPost/Rotate.html#method-c-new">::new &mdash; RubyPost::Rotate</a></li>
247
+
248
+ <li><a href="RubyPost/GraphData.html#method-c-new">::new &mdash; RubyPost::GraphData</a></li>
249
+
250
+ <li><a href="RubyPost/Clip.html#method-c-new">::new &mdash; RubyPost::Clip</a></li>
251
+
252
+ <li><a href="RubyPost/BaseLabel.html#method-c-new">::new &mdash; RubyPost::BaseLabel</a></li>
253
+
254
+ <li><a href="RubyPost/Graph.html#method-c-new">::new &mdash; RubyPost::Graph</a></li>
255
+
256
+ <li><a href="RubyPost/GraphFile.html#method-c-new">::new &mdash; RubyPost::GraphFile</a></li>
257
+
258
+ <li><a href="RubyPost/BaseGraphData.html#method-c-new">::new &mdash; RubyPost::BaseGraphData</a></li>
259
+
260
+ <li><a href="RubyPost/Square.html#method-c-new">::new &mdash; RubyPost::Square</a></li>
261
+
262
+ <li><a href="RubyPost/Coords.html#method-c-new">::new &mdash; RubyPost::Coords</a></li>
263
+
264
+ <li><a href="RubyPost/Pair.html#method-i-2A">#* &mdash; RubyPost::Pair</a></li>
265
+
266
+ <li><a href="RubyPost/Pair.html#method-i-2B">#+ &mdash; RubyPost::Pair</a></li>
267
+
268
+ <li><a href="RubyPost/Pair.html#method-i-2D">#- &mdash; RubyPost::Pair</a></li>
269
+
270
+ <li><a href="RubyPost/Pair.html#method-i-2F">#/ &mdash; RubyPost::Pair</a></li>
271
+
272
+ <li><a href="RubyPost/Pair.html#method-i-3D-3D">#== &mdash; RubyPost::Pair</a></li>
273
+
274
+ <li><a href="RubyPost/BaseGraphData.html#method-i-add_coords">#add_coords &mdash; RubyPost::BaseGraphData</a></li>
275
+
276
+ <li><a href="RubyPost/Graph.html#method-i-add_data">#add_data &mdash; RubyPost::Graph</a></li>
277
+
278
+ <li><a href="RubyPost/Figure.html#method-i-add_drawable">#add_drawable &mdash; RubyPost::Figure</a></li>
279
+
280
+ <li><a href="RubyPost/Picture.html#method-i-add_drawable">#add_drawable &mdash; RubyPost::Picture</a></li>
281
+
282
+ <li><a href="RubyPost/File.html#method-i-add_figure">#add_figure &mdash; RubyPost::File</a></li>
283
+
284
+ <li><a href="RubyPost/Graph.html#method-i-add_graph_option">#add_graph_option &mdash; RubyPost::Graph</a></li>
285
+
286
+ <li><a href="RubyPost/BaseGraphData.html#method-i-add_grid">#add_grid &mdash; RubyPost::BaseGraphData</a></li>
287
+
288
+ <li><a href="RubyPost/Macros.html#method-i-add_input">#add_input &mdash; RubyPost::Macros</a></li>
289
+
290
+ <li><a href="RubyPost/BaseGraphData.html#method-i-add_label">#add_label &mdash; RubyPost::BaseGraphData</a></li>
291
+
292
+ <li><a href="RubyPost/BaseLabel.html#method-i-add_option">#add_option &mdash; RubyPost::BaseLabel</a></li>
293
+
294
+ <li><a href="RubyPost/BaseDrawCommand.html#method-i-add_option">#add_option &mdash; RubyPost::BaseDrawCommand</a></li>
295
+
296
+ <li><a href="RubyPost/Path.html#method-i-add_pair">#add_pair &mdash; RubyPost::Path</a></li>
297
+
298
+ <li><a href="RubyPost/PicturePrecompiler.html#method-i-add_picture">#add_picture &mdash; RubyPost::PicturePrecompiler</a></li>
299
+
300
+ <li><a href="RubyPost/SimplePlot.html#method-i-add_plot">#add_plot &mdash; RubyPost::SimplePlot</a></li>
301
+
302
+ <li><a href="RubyPost/BaseGraphData.html#method-i-add_post_command">#add_post_command &mdash; RubyPost::BaseGraphData</a></li>
303
+
304
+ <li><a href="RubyPost/BaseGraphData.html#method-i-add_pre_command">#add_pre_command &mdash; RubyPost::BaseGraphData</a></li>
305
+
306
+ <li><a href="RubyPost/BaseGraphData.html#method-i-add_range">#add_range &mdash; RubyPost::BaseGraphData</a></li>
307
+
308
+ <li><a href="RubyPost/BaseLabel.html#method-i-bot">#bot &mdash; RubyPost::BaseLabel</a></li>
309
+
310
+ <li><a href="RubyPost/BaseLabel.html#method-i-bottom">#bottom &mdash; RubyPost::BaseLabel</a></li>
311
+
312
+ <li><a href="RubyPost/BaseLabel.html#method-i-bottom_left">#bottom_left &mdash; RubyPost::BaseLabel</a></li>
313
+
314
+ <li><a href="RubyPost/BaseLabel.html#method-i-bottom_right">#bottom_right &mdash; RubyPost::BaseLabel</a></li>
315
+
316
+ <li><a href="Numeric.html#method-i-bp">#bp &mdash; Numeric</a></li>
317
+
318
+ <li><a href="RubyPost/Path.html#method-i-center">#center &mdash; RubyPost::Path</a></li>
319
+
320
+ <li><a href="RubyPost/Path.html#method-i-clone">#clone &mdash; RubyPost::Path</a></li>
321
+
322
+ <li><a href="Numeric.html#method-i-cm">#cm &mdash; Numeric</a></li>
323
+
324
+ <li><a href="RubyPost/BaseDrawCommand.html#method-i-color">#color &mdash; RubyPost::BaseDrawCommand</a></li>
325
+
326
+ <li><a href="RubyPost/BaseLabel.html#method-i-color">#color &mdash; RubyPost::BaseLabel</a></li>
327
+
328
+ <li><a href="RubyPost/BaseLabel.html#method-i-colour">#colour &mdash; RubyPost::BaseLabel</a></li>
329
+
330
+ <li><a href="RubyPost/BaseDrawCommand.html#method-i-colour">#colour &mdash; RubyPost::BaseDrawCommand</a></li>
331
+
332
+ <li><a href="RubyPost/Fill.html#method-i-compile">#compile &mdash; RubyPost::Fill</a></li>
333
+
334
+ <li><a href="RubyPost/Picture.html#method-i-compile">#compile &mdash; RubyPost::Picture</a></li>
335
+
336
+ <li><a href="RubyPost/GraphTitle.html#method-i-compile">#compile &mdash; RubyPost::GraphTitle</a></li>
337
+
338
+ <li><a href="RubyPost/CustomDrawable.html#method-i-compile">#compile &mdash; RubyPost::CustomDrawable</a></li>
339
+
340
+ <li><a href="RubyPost/YLabelRight.html#method-i-compile">#compile &mdash; RubyPost::YLabelRight</a></li>
341
+
342
+ <li><a href="RubyPost/Pair.html#method-i-compile">#compile &mdash; RubyPost::Pair</a></li>
343
+
344
+ <li><a href="RubyPost/YLabel.html#method-i-compile">#compile &mdash; RubyPost::YLabel</a></li>
345
+
346
+ <li><a href="RubyPost/XLabel.html#method-i-compile">#compile &mdash; RubyPost::XLabel</a></li>
347
+
348
+ <li><a href="RubyPost/GraphLabel.html#method-i-compile">#compile &mdash; RubyPost::GraphLabel</a></li>
349
+
350
+ <li><a href="RubyPost/AutoGrid.html#method-i-compile">#compile &mdash; RubyPost::AutoGrid</a></li>
351
+
352
+ <li><a href="RubyPost/Range.html#method-i-compile">#compile &mdash; RubyPost::Range</a></li>
353
+
354
+ <li><a href="RubyPost/Coords.html#method-i-compile">#compile &mdash; RubyPost::Coords</a></li>
355
+
356
+ <li><a href="RubyPost/Macros.html#method-i-compile">#compile &mdash; RubyPost::Macros</a></li>
357
+
358
+ <li><a href="RubyPost/Plot.html#method-i-compile">#compile &mdash; RubyPost::Plot</a></li>
359
+
360
+ <li><a href="RubyPost/Translate.html#method-i-compile">#compile &mdash; RubyPost::Translate</a></li>
361
+
362
+ <li><a href="RubyPost/GraphData.html#method-i-compile">#compile &mdash; RubyPost::GraphData</a></li>
363
+
364
+ <li><a href="RubyPost/GraphFile.html#method-i-compile">#compile &mdash; RubyPost::GraphFile</a></li>
365
+
366
+ <li><a href="RubyPost/Path.html#method-i-compile">#compile &mdash; RubyPost::Path</a></li>
367
+
368
+ <li><a href="RubyPost/Draw.html#method-i-compile">#compile &mdash; RubyPost::Draw</a></li>
369
+
370
+ <li><a href="RubyPost/Graph.html#method-i-compile">#compile &mdash; RubyPost::Graph</a></li>
371
+
372
+ <li><a href="RubyPost/DoubleArrow.html#method-i-compile">#compile &mdash; RubyPost::DoubleArrow</a></li>
373
+
374
+ <li><a href="RubyPost/Circle.html#method-i-compile">#compile &mdash; RubyPost::Circle</a></li>
375
+
376
+ <li><a href="RubyPost/Label.html#method-i-compile">#compile &mdash; RubyPost::Label</a></li>
377
+
378
+ <li><a href="RubyPost/StemPlot.html#method-i-compile">#compile &mdash; RubyPost::StemPlot</a></li>
379
+
380
+ <li><a href="RubyPost/Object.html#method-i-compile">#compile &mdash; RubyPost::Object</a></li>
381
+
382
+ <li><a href="RubyPost/DotLabel.html#method-i-compile">#compile &mdash; RubyPost::DotLabel</a></li>
383
+
384
+ <li><a href="RubyPost/Clip.html#method-i-compile">#compile &mdash; RubyPost::Clip</a></li>
385
+
386
+ <li><a href="RubyPost/ImpulsePlot.html#method-i-compile">#compile &mdash; RubyPost::ImpulsePlot</a></li>
387
+
388
+ <li><a href="RubyPost/CurvedPlot.html#method-i-compile">#compile &mdash; RubyPost::CurvedPlot</a></li>
389
+
390
+ <li><a href="RubyPost/Scale.html#method-i-compile">#compile &mdash; RubyPost::Scale</a></li>
391
+
392
+ <li><a href="RubyPost/LinePlot.html#method-i-compile">#compile &mdash; RubyPost::LinePlot</a></li>
393
+
394
+ <li><a href="RubyPost/Dashed.html#method-i-compile">#compile &mdash; RubyPost::Dashed</a></li>
395
+
396
+ <li><a href="RubyPost/PicturePrecompiler.html#method-i-compile">#compile &mdash; RubyPost::PicturePrecompiler</a></li>
397
+
398
+ <li><a href="RubyPost/Arrow.html#method-i-compile">#compile &mdash; RubyPost::Arrow</a></li>
399
+
400
+ <li><a href="RubyPost/File.html#method-i-compile">#compile &mdash; RubyPost::File</a></li>
401
+
402
+ <li><a href="RubyPost/Figure.html#method-i-compile">#compile &mdash; RubyPost::Figure</a></li>
403
+
404
+ <li><a href="RubyPost/Pen.html#method-i-compile">#compile &mdash; RubyPost::Pen</a></li>
405
+
406
+ <li><a href="Numeric.html#method-i-compile">#compile &mdash; Numeric</a></li>
407
+
408
+ <li><a href="RubyPost/Colour.html#method-i-compile">#compile &mdash; RubyPost::Colour</a></li>
409
+
410
+ <li><a href="String.html#method-i-compile">#compile &mdash; String</a></li>
411
+
412
+ <li><a href="RubyPost/CustomOption.html#method-i-compile">#compile &mdash; RubyPost::CustomOption</a></li>
413
+
414
+ <li><a href="RubyPost/Rotate.html#method-i-compile">#compile &mdash; RubyPost::Rotate</a></li>
415
+
416
+ <li><a href="RubyPost/BaseDrawCommand.html#method-i-compile_options">#compile_options &mdash; RubyPost::BaseDrawCommand</a></li>
417
+
418
+ <li><a href="RubyPost/BaseLabel.html#method-i-compile_options">#compile_options &mdash; RubyPost::BaseLabel</a></li>
419
+
420
+ <li><a href="RubyPost/Graph.html#method-i-compile_options">#compile_options &mdash; RubyPost::Graph</a></li>
421
+
422
+ <li><a href="RubyPost/BaseGraphData.html#method-i-compile_post_commands">#compile_post_commands &mdash; RubyPost::BaseGraphData</a></li>
423
+
424
+ <li><a href="RubyPost/BaseGraphData.html#method-i-compile_pre_commands">#compile_pre_commands &mdash; RubyPost::BaseGraphData</a></li>
425
+
426
+ <li><a href="RubyPost/File.html#method-i-compile_to_file">#compile_to_file &mdash; RubyPost::File</a></li>
427
+
428
+ <li><a href="RubyPost/File.html#method-i-compile_to_string">#compile_to_string &mdash; RubyPost::File</a></li>
429
+
430
+ <li><a href="RubyPost/ImpulsePlot.html#method-i-compilewithscale">#compilewithscale &mdash; RubyPost::ImpulsePlot</a></li>
431
+
432
+ <li><a href="RubyPost/LinePlot.html#method-i-compilewithscale">#compilewithscale &mdash; RubyPost::LinePlot</a></li>
433
+
434
+ <li><a href="RubyPost/StemPlot.html#method-i-compilewithscale">#compilewithscale &mdash; RubyPost::StemPlot</a></li>
435
+
436
+ <li><a href="RubyPost/CurvedPlot.html#method-i-compilewithscale">#compilewithscale &mdash; RubyPost::CurvedPlot</a></li>
437
+
438
+ <li><a href="RubyPost/Path.html#method-i-curved">#curved &mdash; RubyPost::Path</a></li>
439
+
440
+ <li><a href="RubyPost/Dashed.html#method-i-evenly">#evenly &mdash; RubyPost::Dashed</a></li>
441
+
442
+ <li><a href="Numeric.html#method-i-inch">#inch &mdash; Numeric</a></li>
443
+
444
+ <li><a href="RubyPost.html#method-i-latex">#latex &mdash; RubyPost</a></li>
445
+
446
+ <li><a href="RubyPost/BaseLabel.html#method-i-left">#left &mdash; RubyPost::BaseLabel</a></li>
447
+
448
+ <li><a href="RubyPost/BaseLabel.html#method-i-lft">#lft &mdash; RubyPost::BaseLabel</a></li>
449
+
450
+ <li><a href="RubyPost/Coords.html#method-i-linearlinear">#linearlinear &mdash; RubyPost::Coords</a></li>
451
+
452
+ <li><a href="RubyPost/Coords.html#method-i-linearlog">#linearlog &mdash; RubyPost::Coords</a></li>
453
+
454
+ <li><a href="RubyPost/BaseLabel.html#method-i-llft">#llft &mdash; RubyPost::BaseLabel</a></li>
455
+
456
+ <li><a href="RubyPost/Coords.html#method-i-loglinear">#loglinear &mdash; RubyPost::Coords</a></li>
457
+
458
+ <li><a href="RubyPost/Coords.html#method-i-loglog">#loglog &mdash; RubyPost::Coords</a></li>
459
+
460
+ <li><a href="RubyPost/BaseLabel.html#method-i-lrt">#lrt &mdash; RubyPost::BaseLabel</a></li>
461
+
462
+ <li><a href="Rational.html#method-i-orig_to_s">#orig_to_s &mdash; Rational</a></li>
463
+
464
+ <li><a href="Float.html#method-i-orig_to_s">#orig_to_s &mdash; Float</a></li>
465
+
466
+ <li><a href="RubyPost/SimplePlot.html#method-i-precompile">#precompile &mdash; RubyPost::SimplePlot</a></li>
467
+
468
+ <li><a href="RubyPost/Picture.html#method-i-precompile">#precompile &mdash; RubyPost::Picture</a></li>
469
+
470
+ <li><a href="RubyPost/Rotate.html#method-i-radians-3D">#radians= &mdash; RubyPost::Rotate</a></li>
471
+
472
+ <li><a href="RubyPost/Path.html#method-i-reverse">#reverse &mdash; RubyPost::Path</a></li>
473
+
474
+ <li><a href="RubyPost/BaseLabel.html#method-i-right">#right &mdash; RubyPost::BaseLabel</a></li>
475
+
476
+ <li><a href="RubyPost/BaseLabel.html#method-i-rotate">#rotate &mdash; RubyPost::BaseLabel</a></li>
477
+
478
+ <li><a href="RubyPost/BaseDrawCommand.html#method-i-rotate">#rotate &mdash; RubyPost::BaseDrawCommand</a></li>
479
+
480
+ <li><a href="RubyPost/BaseLabel.html#method-i-rt">#rt &mdash; RubyPost::BaseLabel</a></li>
481
+
482
+ <li><a href="RubyPost/BaseDrawCommand.html#method-i-scale">#scale &mdash; RubyPost::BaseDrawCommand</a></li>
483
+
484
+ <li><a href="RubyPost/BaseLabel.html#method-i-scale">#scale &mdash; RubyPost::BaseLabel</a></li>
485
+
486
+ <li><a href="RubyPost/BaseDrawCommand.html#method-i-set_drawable">#set_drawable &mdash; RubyPost::BaseDrawCommand</a></li>
487
+
488
+ <li><a href="RubyPost/Clip.html#method-i-set_path">#set_path &mdash; RubyPost::Clip</a></li>
489
+
490
+ <li><a href="RubyPost/Clip.html#method-i-set_picture">#set_picture &mdash; RubyPost::Clip</a></li>
491
+
492
+ <li><a href="RubyPost/BaseLabel.html#method-i-set_position">#set_position &mdash; RubyPost::BaseLabel</a></li>
493
+
494
+ <li><a href="RubyPost/Graph.html#method-i-set_size">#set_size &mdash; RubyPost::Graph</a></li>
495
+
496
+ <li><a href="RubyPost/BaseLabel.html#method-i-set_text">#set_text &mdash; RubyPost::BaseLabel</a></li>
497
+
498
+ <li><a href="RubyPost/SimplePlot.html#method-i-setaxes">#setaxes &mdash; RubyPost::SimplePlot</a></li>
499
+
500
+ <li><a href="RubyPost/SimplePlot.html#method-i-setaxesfor">#setaxesfor &mdash; RubyPost::SimplePlot</a></li>
501
+
502
+ <li><a href="RubyPost/Path.html#method-i-straight">#straight &mdash; RubyPost::Path</a></li>
503
+
504
+ <li><a href="Float.html#method-i-to_s">#to_s &mdash; Float</a></li>
505
+
506
+ <li><a href="Rational.html#method-i-to_s">#to_s &mdash; Rational</a></li>
507
+
508
+ <li><a href="RubyPost/BaseLabel.html#method-i-top">#top &mdash; RubyPost::BaseLabel</a></li>
509
+
510
+ <li><a href="RubyPost/BaseLabel.html#method-i-top_left">#top_left &mdash; RubyPost::BaseLabel</a></li>
511
+
512
+ <li><a href="RubyPost/BaseLabel.html#method-i-top_right">#top_right &mdash; RubyPost::BaseLabel</a></li>
513
+
514
+ <li><a href="RubyPost/BaseDrawCommand.html#method-i-translate">#translate &mdash; RubyPost::BaseDrawCommand</a></li>
515
+
516
+ <li><a href="RubyPost/BaseLabel.html#method-i-translate">#translate &mdash; RubyPost::BaseLabel</a></li>
517
+
518
+ <li><a href="RubyPost/Dashed.html#method-i-type">#type &mdash; RubyPost::Dashed</a></li>
519
+
520
+ <li><a href="RubyPost/BaseLabel.html#method-i-ulft">#ulft &mdash; RubyPost::BaseLabel</a></li>
521
+
522
+ <li><a href="RubyPost/BaseLabel.html#method-i-urt">#urt &mdash; RubyPost::BaseLabel</a></li>
523
+
524
+ <li><a href="RubyPost/File.html#method-i-view">#view &mdash; RubyPost::File</a></li>
525
+
526
+ <li><a href="RubyPost/File.html#method-i-view_dvi">#view_dvi &mdash; RubyPost::File</a></li>
527
+
528
+ <li><a href="RubyPost/Dashed.html#method-i-withdots">#withdots &mdash; RubyPost::Dashed</a></li>
529
+
530
+ <li><a href="RubyPost/SimplePlot.html#method-i-xlabel">#xlabel &mdash; RubyPost::SimplePlot</a></li>
531
+
532
+ <li><a href="RubyPost/AbstractPlot.html#method-i-xmax">#xmax &mdash; RubyPost::AbstractPlot</a></li>
533
+
534
+ <li><a href="RubyPost/AbstractPlot.html#method-i-xmin">#xmin &mdash; RubyPost::AbstractPlot</a></li>
535
+
536
+ <li><a href="RubyPost/SimplePlot.html#method-i-xticks">#xticks &mdash; RubyPost::SimplePlot</a></li>
537
+
538
+ <li><a href="RubyPost/SimplePlot.html#method-i-ylabel">#ylabel &mdash; RubyPost::SimplePlot</a></li>
539
+
540
+ <li><a href="RubyPost/AbstractPlot.html#method-i-ymax">#ymax &mdash; RubyPost::AbstractPlot</a></li>
541
+
542
+ <li><a href="RubyPost/AbstractPlot.html#method-i-ymin">#ymin &mdash; RubyPost::AbstractPlot</a></li>
543
+
544
+ <li><a href="RubyPost/SimplePlot.html#method-i-yticks">#yticks &mdash; RubyPost::SimplePlot</a></li>
545
+
546
+ </ul>
547
+
548
+ <div id="validator-badges">
549
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
550
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
551
+ Rdoc Generator</a> 2</small>.</p>
552
+ </div>
553
+ </body>
554
+ </html>