This commit is contained in:
kojix2 2023-01-05 03:05:45 +00:00
parent 7a86190346
commit 945576d6e7
18 changed files with 277 additions and 219 deletions

View File

@ -241,7 +241,7 @@
</div>
<div id="footer">
Generated on Thu Jan 5 02:58:17 2023 by
Generated on Thu Jan 5 03:05:44 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.2.0).
</div>

View File

@ -296,7 +296,7 @@
</div>
<div id="footer">
Generated on Thu Jan 5 02:58:17 2023 by
Generated on Thu Jan 5 03:05:44 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.2.0).
</div>

View File

@ -118,7 +118,7 @@
</div>
<div id="footer">
Generated on Thu Jan 5 02:58:17 2023 by
Generated on Thu Jan 5 03:05:44 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.2.0).
</div>

View File

@ -208,7 +208,7 @@
</div>
<div id="footer">
Generated on Thu Jan 5 02:58:17 2023 by
Generated on Thu Jan 5 03:05:44 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.2.0).
</div>

View File

@ -1070,7 +1070,7 @@
</div>
<div id="footer">
Generated on Thu Jan 5 02:58:17 2023 by
Generated on Thu Jan 5 03:05:44 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.2.0).
</div>

View File

@ -114,7 +114,7 @@
</div>
<div id="footer">
Generated on Thu Jan 5 02:58:17 2023 by
Generated on Thu Jan 5 03:05:45 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.2.0).
</div>

View File

@ -803,7 +803,7 @@
</div>
<div id="footer">
Generated on Thu Jan 5 02:58:17 2023 by
Generated on Thu Jan 5 03:05:44 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.2.0).
</div>

View File

@ -460,7 +460,7 @@
</div>
<div id="footer">
Generated on Thu Jan 5 02:58:17 2023 by
Generated on Thu Jan 5 03:05:44 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.2.0).
</div>

View File

@ -300,7 +300,7 @@
</div>
<div id="footer">
Generated on Thu Jan 5 02:58:17 2023 by
Generated on Thu Jan 5 03:05:44 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.2.0).
</div>

View File

@ -1103,7 +1103,7 @@
</div>
<div id="footer">
Generated on Thu Jan 5 02:58:17 2023 by
Generated on Thu Jan 5 03:05:44 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.2.0).
</div>

View File

@ -1881,7 +1881,7 @@
</div>
<div id="footer">
Generated on Thu Jan 5 02:58:17 2023 by
Generated on Thu Jan 5 03:05:45 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.2.0).
</div>

View File

@ -346,6 +346,28 @@
<li class="public ">
<span class="summary_signature">
<a href="#apply_config_file-instance_method" title="#apply_config_file (instance method)">#<strong>apply_config_file</strong> &#x21d2; Object </a>
</span>
<span class="summary_desc"><div class='inline'></div></span>
</li>
<li class="public ">
<span class="summary_signature">
<a href="#config_file_candidate_paths-instance_method" title="#config_file_candidate_paths (instance method)">#<strong>config_file_candidate_paths</strong> &#x21d2; Object </a>
@ -794,10 +816,7 @@
31
32
33
34
35
36
37</pre>
34</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 15</span>
@ -820,10 +839,7 @@
<span class='ivar'>@params</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="Parameters.html" title="YouPlot::Parameters (class)">Parameters</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span>
<span class='kw'>if</span> <span class='id identifier rubyid_find_config_file'>find_config_file</span>
<span class='id identifier rubyid_read_config_file'>read_config_file</span>
<span class='id identifier rubyid_configure'>configure</span>
<span class='kw'>end</span>
<span class='id identifier rubyid_apply_config_file'>apply_config_file</span>
<span class='kw'>end</span></pre>
</td>
</tr>
@ -1144,7 +1160,43 @@
<div class="method_details first">
<h3 class="signature first" id="config_file_candidate_paths-instance_method">
<h3 class="signature first" id="apply_config_file-instance_method">
#<strong>apply_config_file</strong> &#x21d2; <tt>Object</tt>
</h3><table class="source_code">
<tr>
<td>
<pre class="lines">
36
37
38
39
40
41</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 36</span>
<span class='kw'>def</span> <span class='id identifier rubyid_apply_config_file'>apply_config_file</span>
<span class='kw'>return</span> <span class='kw'>unless</span> <span class='id identifier rubyid_find_config_file'>find_config_file</span>
<span class='id identifier rubyid_read_config_file'>read_config_file</span>
<span class='id identifier rubyid_configure'>configure</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>
<div class="method_details ">
<h3 class="signature " id="config_file_candidate_paths-instance_method">
#<strong>config_file_candidate_paths</strong> &#x21d2; <tt>Object</tt>
@ -1158,19 +1210,19 @@
<pre class="lines">
39
40
41
42
43
44
45
46
47
48</pre>
48
49
50
51
52</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 39</span>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 43</span>
<span class='kw'>def</span> <span class='id identifier rubyid_config_file_candidate_paths'>config_file_candidate_paths</span>
<span class='comment'># keep the order of the paths
@ -1202,10 +1254,6 @@
<pre class="lines">
67
68
69
70
71
72
73
@ -1216,10 +1264,14 @@
78
79
80
81</pre>
81
82
83
84
85</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 67</span>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 71</span>
<span class='kw'>def</span> <span class='id identifier rubyid_configure'>configure</span>
<span class='id identifier rubyid_option_members'>option_members</span> <span class='op'>=</span> <span class='ivar'>@options</span><span class='period'>.</span><span class='id identifier rubyid_members'>members</span>
@ -1256,10 +1308,6 @@
<pre class="lines">
83
84
85
86
87
88
89
@ -1335,10 +1383,14 @@
159
160
161
162</pre>
162
163
164
165
166</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 83</span>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 87</span>
<span class='kw'>def</span> <span class='id identifier rubyid_create_base_parser'>create_base_parser</span>
<span class='const'>OptionParser</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_parser'>parser</span><span class='op'>|</span>
@ -1440,10 +1492,6 @@
<pre class="lines">
164
165
166
167
168
169
170
@ -1473,10 +1521,14 @@
194
195
196
197</pre>
197
198
199
200
201</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 164</span>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 168</span>
<span class='kw'>def</span> <span class='id identifier rubyid_create_main_parser'>create_main_parser</span>
<span class='ivar'>@main_parser</span> <span class='op'>=</span> <span class='id identifier rubyid_create_base_parser'>create_base_parser</span>
@ -1532,10 +1584,6 @@
<pre class="lines">
259
260
261
262
263
264
265
@ -1621,10 +1669,13 @@
345
346
347
348</pre>
348
349
350
351</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 259</span>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 263</span>
<span class='kw'>def</span> <span class='id identifier rubyid_create_sub_parser'>create_sub_parser</span>
<span class='ivar'>@sub_parser</span> <span class='op'>=</span> <span class='id identifier rubyid_create_base_parser'>create_base_parser</span>
@ -1708,12 +1759,11 @@
<span class='kw'>else</span>
<span class='id identifier rubyid_error_message'>error_message</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>uplot: unrecognized command &#39;</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_command'>command</span><span class='embexpr_end'>}</span><span class='tstring_content'>&#39;</span><span class='tstring_end'>&quot;</span></span>
<span class='kw'>if</span> <span class='const'><span class='object_link'><a href="../YouPlot.html" title="YouPlot (module)">YouPlot</a></span></span><span class='period'>.</span><span class='id identifier rubyid_run_as_executable?'><span class='object_link'><a href="../YouPlot.html#run_as_executable%3F-class_method" title="YouPlot.run_as_executable? (method)">run_as_executable?</a></span></span>
<span class='id identifier rubyid_warn'>warn</span> <span class='id identifier rubyid_error_message'>error_message</span>
<span class='id identifier rubyid_exit'>exit</span> <span class='int'>1</span>
<span class='kw'>else</span>
<span class='id identifier rubyid_raise'>raise</span> <span class='const'><span class='object_link'><a href="Parser/Error.html" title="YouPlot::Parser::Error (class)">Error</a></span></span><span class='comma'>,</span> <span class='id identifier rubyid_error_message'>error_message</span>
<span class='kw'>end</span>
<span class='id identifier rubyid_raise'>raise</span> <span class='const'><span class='object_link'><a href="Parser/Error.html" title="YouPlot::Parser::Error (class)">Error</a></span></span><span class='comma'>,</span> <span class='id identifier rubyid_error_message'>error_message</span> <span class='kw'>unless</span> <span class='const'><span class='object_link'><a href="../YouPlot.html" title="YouPlot (module)">YouPlot</a></span></span><span class='period'>.</span><span class='id identifier rubyid_run_as_executable?'><span class='object_link'><a href="../YouPlot.html#run_as_executable%3F-class_method" title="YouPlot.run_as_executable? (method)">run_as_executable?</a></span></span>
<span class='id identifier rubyid_warn'>warn</span> <span class='id identifier rubyid_error_message'>error_message</span>
<span class='id identifier rubyid_exit'>exit</span> <span class='int'>1</span>
<span class='kw'>end</span>
<span class='kw'>end</span></pre>
</td>
@ -1736,20 +1786,20 @@
<pre class="lines">
50
51
52
53
54
55
56
57
58
59
60</pre>
60
61
62
63
64</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 50</span>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 54</span>
<span class='kw'>def</span> <span class='id identifier rubyid_find_config_file'>find_config_file</span>
<span class='id identifier rubyid_config_file_candidate_paths'>config_file_candidate_paths</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_file'>file</span><span class='op'>|</span>
@ -1782,9 +1832,6 @@
<pre class="lines">
350
351
352
353
354
355
@ -1798,10 +1845,13 @@
363
364
365
366</pre>
366
367
368
369</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 350</span>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 353</span>
<span class='kw'>def</span> <span class='id identifier rubyid_parse_options'>parse_options</span><span class='lparen'>(</span><span class='id identifier rubyid_argv'>argv</span> <span class='op'>=</span> <span class='const'>ARGV</span><span class='rparen'>)</span>
<span class='kw'>begin</span>
@ -1840,13 +1890,13 @@
<pre class="lines">
62
63
64
65</pre>
66
67
68
69</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 62</span>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 66</span>
<span class='kw'>def</span> <span class='id identifier rubyid_read_config_file'>read_config_file</span>
<span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>yaml</span><span class='tstring_end'>&#39;</span></span>
@ -1872,14 +1922,14 @@
<pre class="lines">
199
200
201
202
203</pre>
203
204
205
206
207</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 199</span>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 203</span>
<span class='kw'>def</span> <span class='id identifier rubyid_show_main_help'>show_main_help</span><span class='lparen'>(</span><span class='id identifier rubyid_out'>out</span> <span class='op'>=</span> <span class='gvar'>$stdout</span><span class='rparen'>)</span>
<span class='id identifier rubyid_out'>out</span><span class='period'>.</span><span class='id identifier rubyid_puts'>puts</span> <span class='id identifier rubyid_main_parser'>main_parser</span><span class='period'>.</span><span class='id identifier rubyid_banner'>banner</span>
@ -1906,15 +1956,15 @@
<pre class="lines">
218
219
220
221
222
223</pre>
223
224
225
226
227</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 218</span>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 222</span>
<span class='kw'>def</span> <span class='id identifier rubyid_sub_parser_add_canvas'>sub_parser_add_canvas</span>
<span class='id identifier rubyid_canvas_types'>canvas_types</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../UnicodePlot.html" title="UnicodePlot (module)">UnicodePlot</a></span></span><span class='op'>::</span><span class='const'>Canvas</span><span class='op'>::</span><span class='const'>CANVAS_CLASS_MAP</span><span class='period'>.</span><span class='id identifier rubyid_keys'>keys</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>, </span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span>
@ -1942,16 +1992,16 @@
<pre class="lines">
243
244
245
246
247
248
249</pre>
249
250
251
252
253</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 243</span>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 247</span>
<span class='kw'>def</span> <span class='id identifier rubyid_sub_parser_add_fmt_xyxy'>sub_parser_add_fmt_xyxy</span>
<span class='id identifier rubyid_sub_parser'>sub_parser</span><span class='period'>.</span><span class='id identifier rubyid_on_head'>on_head</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>--fmt STR</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='const'>String</span><span class='comma'>,</span>
@ -1980,16 +2030,16 @@
<pre class="lines">
251
252
253
254
255
256
257</pre>
257
258
259
260
261</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 251</span>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 255</span>
<span class='kw'>def</span> <span class='id identifier rubyid_sub_parser_add_fmt_yx'>sub_parser_add_fmt_yx</span>
<span class='id identifier rubyid_sub_parser'>sub_parser</span><span class='period'>.</span><span class='id identifier rubyid_on_head'>on_head</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>--fmt STR</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='const'>String</span><span class='comma'>,</span>
@ -2018,14 +2068,14 @@
<pre class="lines">
237
238
239
240
241</pre>
241
242
243
244
245</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 237</span>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 241</span>
<span class='kw'>def</span> <span class='id identifier rubyid_sub_parser_add_grid'>sub_parser_add_grid</span>
<span class='id identifier rubyid_sub_parser'>sub_parser</span><span class='period'>.</span><span class='id identifier rubyid_on_head'>on_head</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>--[no-]grid</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='const'>TrueClass</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>draws grid-lines at the origin</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_v'>v</span><span class='op'>|</span>
@ -2052,14 +2102,14 @@
<pre class="lines">
205
206
207
208
209</pre>
209
210
211
212
213</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 205</span>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 209</span>
<span class='kw'>def</span> <span class='id identifier rubyid_sub_parser_add_symbol'>sub_parser_add_symbol</span>
<span class='id identifier rubyid_sub_parser'>sub_parser</span><span class='period'>.</span><span class='id identifier rubyid_on_head'>on_head</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>--symbol STR</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='const'>String</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>character to be used to plot the bars</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_v'>v</span><span class='op'>|</span>
@ -2086,14 +2136,14 @@
<pre class="lines">
225
226
227
228
229</pre>
229
230
231
232
233</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 225</span>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 229</span>
<span class='kw'>def</span> <span class='id identifier rubyid_sub_parser_add_xlim'>sub_parser_add_xlim</span>
<span class='id identifier rubyid_sub_parser'>sub_parser</span><span class='period'>.</span><span class='id identifier rubyid_on_head'>on_head</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>--xlim FLOAT,FLOAT</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='const'>Array</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>plotting range for the x coordinate</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_v'>v</span><span class='op'>|</span>
@ -2120,15 +2170,15 @@
<pre class="lines">
211
212
213
214
215
216</pre>
216
217
218
219
220</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 211</span>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 215</span>
<span class='kw'>def</span> <span class='id identifier rubyid_sub_parser_add_xscale'>sub_parser_add_xscale</span>
<span class='id identifier rubyid_xscale_options'>xscale_options</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../UnicodePlot.html" title="UnicodePlot (module)">UnicodePlot</a></span></span><span class='op'>::</span><span class='const'>ValueTransformer</span><span class='op'>::</span><span class='const'>PREDEFINED_TRANSFORM_FUNCTIONS</span><span class='period'>.</span><span class='id identifier rubyid_keys'>keys</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>, </span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span>
@ -2156,14 +2206,14 @@
<pre class="lines">
231
232
233
234
235</pre>
235
236
237
238
239</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 231</span>
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 235</span>
<span class='kw'>def</span> <span class='id identifier rubyid_sub_parser_add_ylim'>sub_parser_add_ylim</span>
<span class='id identifier rubyid_sub_parser'>sub_parser</span><span class='period'>.</span><span class='id identifier rubyid_on_head'>on_head</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>--ylim FLOAT,FLOAT</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='const'>Array</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>plotting range for the y coordinate</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_v'>v</span><span class='op'>|</span>
@ -2180,7 +2230,7 @@
</div>
<div id="footer">
Generated on Thu Jan 5 02:58:17 2023 by
Generated on Thu Jan 5 03:05:44 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.2.0).
</div>

View File

@ -114,7 +114,7 @@
</div>
<div id="footer">
Generated on Thu Jan 5 02:58:17 2023 by
Generated on Thu Jan 5 03:05:44 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.2.0).
</div>

View File

@ -238,7 +238,7 @@
</div>
<div id="footer">
Generated on Thu Jan 5 02:58:16 2023 by
Generated on Thu Jan 5 03:05:44 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.2.0).
</div>

View File

@ -397,7 +397,7 @@ If so, please feel free to contact us.
</div></div>
<div id="footer">
Generated on Thu Jan 5 02:58:17 2023 by
Generated on Thu Jan 5 03:05:44 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.2.0).
</div>

View File

@ -397,7 +397,7 @@ If so, please feel free to contact us.
</div></div>
<div id="footer">
Generated on Thu Jan 5 02:58:17 2023 by
Generated on Thu Jan 5 03:05:44 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.2.0).
</div>

View File

@ -45,6 +45,14 @@
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parser.html#apply_config_file-instance_method" title="YouPlot::Parser#apply_config_file (method)">#apply_config_file</a></span>
<small>YouPlot::Parser</small>
</div>
</li>
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Backends/UnicodePlot.html#barplot-class_method" title="YouPlot::Backends::UnicodePlot.barplot (method)">barplot</a></span>
<small>YouPlot::Backends::UnicodePlot</small>
@ -52,7 +60,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parameters.html#border-instance_method" title="YouPlot::Parameters#border (method)">#border</a></span>
<small>YouPlot::Parameters</small>
@ -60,7 +68,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Backends/UnicodePlot.html#boxplot-class_method" title="YouPlot::Backends::UnicodePlot.boxplot (method)">boxplot</a></span>
<small>YouPlot::Backends::UnicodePlot</small>
@ -68,7 +76,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parameters.html#canvas-instance_method" title="YouPlot::Parameters#canvas (method)">#canvas</a></span>
<small>YouPlot::Parameters</small>
@ -76,7 +84,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Backends/UnicodePlot.html#check_series_size-class_method" title="YouPlot::Backends::UnicodePlot.check_series_size (method)">check_series_size</a></span>
<small>YouPlot::Backends::UnicodePlot</small>
@ -84,7 +92,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parameters.html#closed-instance_method" title="YouPlot::Parameters#closed (method)">#closed</a></span>
<small>YouPlot::Parameters</small>
@ -92,7 +100,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parameters.html#color-instance_method" title="YouPlot::Parameters#color (method)">#color</a></span>
<small>YouPlot::Parameters</small>
@ -100,7 +108,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Options.html#color_names-instance_method" title="YouPlot::Options#color_names (method)">#color_names</a></span>
<small>YouPlot::Options</small>
@ -108,7 +116,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Backends/UnicodePlot.html#colors-class_method" title="YouPlot::Backends::UnicodePlot.colors (method)">colors</a></span>
<small>YouPlot::Backends::UnicodePlot</small>
@ -116,7 +124,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parser.html#command-instance_method" title="YouPlot::Parser#command (method)">#command</a></span>
<small>YouPlot::Parser</small>
@ -124,7 +132,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Command.html#command-instance_method" title="YouPlot::Command#command (method)">#command</a></span>
<small>YouPlot::Command</small>
@ -132,7 +140,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parser.html#config-instance_method" title="YouPlot::Parser#config (method)">#config</a></span>
<small>YouPlot::Parser</small>
@ -140,7 +148,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parser.html#config_file-instance_method" title="YouPlot::Parser#config_file (method)">#config_file</a></span>
<small>YouPlot::Parser</small>
@ -148,7 +156,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parser.html#config_file_candidate_paths-instance_method" title="YouPlot::Parser#config_file_candidate_paths (method)">#config_file_candidate_paths</a></span>
<small>YouPlot::Parser</small>
@ -156,7 +164,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parser.html#configure-instance_method" title="YouPlot::Parser#configure (method)">#configure</a></span>
<small>YouPlot::Parser</small>
@ -164,7 +172,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Backends/Processing.html#count_values-class_method" title="YouPlot::Backends::Processing.count_values (method)">count_values</a></span>
<small>YouPlot::Backends::Processing</small>
@ -172,7 +180,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parser.html#create_base_parser-instance_method" title="YouPlot::Parser#create_base_parser (method)">#create_base_parser</a></span>
<small>YouPlot::Parser</small>
@ -180,7 +188,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parser.html#create_main_parser-instance_method" title="YouPlot::Parser#create_main_parser (method)">#create_main_parser</a></span>
<small>YouPlot::Parser</small>
@ -188,7 +196,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parser.html#create_sub_parser-instance_method" title="YouPlot::Parser#create_sub_parser (method)">#create_sub_parser</a></span>
<small>YouPlot::Parser</small>
@ -196,7 +204,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Command.html#data-instance_method" title="YouPlot::Command#data (method)">#data</a></span>
<small>YouPlot::Command</small>
@ -204,7 +212,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Options.html#debug-instance_method" title="YouPlot::Options#debug (method)">#debug</a></span>
<small>YouPlot::Options</small>
@ -212,7 +220,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Options.html#delimiter-instance_method" title="YouPlot::Options#delimiter (method)">#delimiter</a></span>
<small>YouPlot::Options</small>
@ -220,7 +228,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Backends/UnicodePlot.html#density-class_method" title="YouPlot::Backends::UnicodePlot.density (method)">density</a></span>
<small>YouPlot::Backends::UnicodePlot</small>
@ -228,7 +236,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Options.html#encoding-instance_method" title="YouPlot::Options#encoding (method)">#encoding</a></span>
<small>YouPlot::Options</small>
@ -236,7 +244,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parser.html#find_config_file-instance_method" title="YouPlot::Parser#find_config_file (method)">#find_config_file</a></span>
<small>YouPlot::Parser</small>
@ -244,7 +252,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Options.html#fmt-instance_method" title="YouPlot::Options#fmt (method)">#fmt</a></span>
<small>YouPlot::Options</small>
@ -252,7 +260,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/DSV.html#get_headers-class_method" title="YouPlot::DSV.get_headers (method)">get_headers</a></span>
<small>YouPlot::DSV</small>
@ -260,7 +268,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Backends/UnicodePlot.html#get_method2-class_method" title="YouPlot::Backends::UnicodePlot.get_method2 (method)">get_method2</a></span>
<small>YouPlot::Backends::UnicodePlot</small>
@ -268,7 +276,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/DSV.html#get_series-class_method" title="YouPlot::DSV.get_series (method)">get_series</a></span>
<small>YouPlot::DSV</small>
@ -276,7 +284,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parameters.html#grid-instance_method" title="YouPlot::Parameters#grid (method)">#grid</a></span>
<small>YouPlot::Parameters</small>
@ -284,7 +292,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Data.html#headers-instance_method" title="YouPlot::Data#headers (method)">#headers</a></span>
<small>YouPlot::Data</small>
@ -292,7 +300,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Options.html#headers-instance_method" title="YouPlot::Options#headers (method)">#headers</a></span>
<small>YouPlot::Options</small>
@ -300,7 +308,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parameters.html#height-instance_method" title="YouPlot::Parameters#height (method)">#height</a></span>
<small>YouPlot::Parameters</small>
@ -308,7 +316,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Backends/UnicodePlot.html#histogram-class_method" title="YouPlot::Backends::UnicodePlot.histogram (method)">histogram</a></span>
<small>YouPlot::Backends::UnicodePlot</small>
@ -316,7 +324,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parser.html#initialize-instance_method" title="YouPlot::Parser#initialize (method)">#initialize</a></span>
<small>YouPlot::Parser</small>
@ -324,7 +332,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Command.html#initialize-instance_method" title="YouPlot::Command#initialize (method)">#initialize</a></span>
<small>YouPlot::Command</small>
@ -332,7 +340,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parameters.html#labels-instance_method" title="YouPlot::Parameters#labels (method)">#labels</a></span>
<small>YouPlot::Parameters</small>
@ -340,7 +348,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Backends/UnicodePlot.html#line-class_method" title="YouPlot::Backends::UnicodePlot.line (method)">line</a></span>
<small>YouPlot::Backends::UnicodePlot</small>
@ -348,7 +356,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="UnicodePlot.html#lineplot-class_method" title="UnicodePlot.lineplot (method)">lineplot</a></span>
<small>UnicodePlot</small>
@ -356,7 +364,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="UnicodePlot.html#lineplot_original-class_method" title="UnicodePlot.lineplot_original (method)">lineplot_original</a></span>
<small>UnicodePlot</small>
@ -364,7 +372,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Backends/UnicodePlot.html#lines-class_method" title="YouPlot::Backends::UnicodePlot.lines (method)">lines</a></span>
<small>YouPlot::Backends::UnicodePlot</small>
@ -372,7 +380,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parser.html#main_parser-instance_method" title="YouPlot::Parser#main_parser (method)">#main_parser</a></span>
<small>YouPlot::Parser</small>
@ -380,7 +388,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parameters.html#margin-instance_method" title="YouPlot::Parameters#margin (method)">#margin</a></span>
<small>YouPlot::Parameters</small>
@ -388,7 +396,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parameters.html#name-instance_method" title="YouPlot::Parameters#name (method)">#name</a></span>
<small>YouPlot::Parameters</small>
@ -396,7 +404,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parameters.html#nbins-instance_method" title="YouPlot::Parameters#nbins (method)">#nbins</a></span>
<small>YouPlot::Parameters</small>
@ -404,7 +412,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parser.html#options-instance_method" title="YouPlot::Parser#options (method)">#options</a></span>
<small>YouPlot::Parser</small>
@ -412,7 +420,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Command.html#options-instance_method" title="YouPlot::Command#options (method)">#options</a></span>
<small>YouPlot::Command</small>
@ -420,7 +428,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Options.html#output-instance_method" title="YouPlot::Options#output (method)">#output</a></span>
<small>YouPlot::Options</small>
@ -428,7 +436,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parameters.html#padding-instance_method" title="YouPlot::Parameters#padding (method)">#padding</a></span>
<small>YouPlot::Parameters</small>
@ -436,7 +444,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parser.html#params-instance_method" title="YouPlot::Parser#params (method)">#params</a></span>
<small>YouPlot::Parser</small>
@ -444,7 +452,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Command.html#params-instance_method" title="YouPlot::Command#params (method)">#params</a></span>
<small>YouPlot::Command</small>
@ -452,7 +460,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/DSV.html#parse-class_method" title="YouPlot::DSV.parse (method)">parse</a></span>
<small>YouPlot::DSV</small>
@ -460,7 +468,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parser.html#parse_options-instance_method" title="YouPlot::Parser#parse_options (method)">#parse_options</a></span>
<small>YouPlot::Parser</small>
@ -468,7 +476,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Command.html#parser-instance_method" title="YouPlot::Command#parser (method)">#parser</a></span>
<small>YouPlot::Command</small>
@ -476,7 +484,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Options.html#pass-instance_method" title="YouPlot::Options#pass (method)">#pass</a></span>
<small>YouPlot::Options</small>
@ -484,7 +492,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Backends/UnicodePlot.html#plot_fmt-class_method" title="YouPlot::Backends::UnicodePlot.plot_fmt (method)">plot_fmt</a></span>
<small>YouPlot::Backends::UnicodePlot</small>
@ -492,7 +500,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Backends/UnicodePlot.html#plot_xyxy-class_method" title="YouPlot::Backends::UnicodePlot.plot_xyxy (method)">plot_xyxy</a></span>
<small>YouPlot::Backends::UnicodePlot</small>
@ -500,7 +508,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Backends/UnicodePlot.html#plot_xyy-class_method" title="YouPlot::Backends::UnicodePlot.plot_xyy (method)">plot_xyy</a></span>
<small>YouPlot::Backends::UnicodePlot</small>
@ -508,7 +516,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Options.html#progressive-instance_method" title="YouPlot::Options#progressive (method)">#progressive</a></span>
<small>YouPlot::Options</small>
@ -516,7 +524,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parser.html#read_config_file-instance_method" title="YouPlot::Parser#read_config_file (method)">#read_config_file</a></span>
<small>YouPlot::Parser</small>
@ -524,7 +532,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Options.html#reverse-instance_method" title="YouPlot::Options#reverse (method)">#reverse</a></span>
<small>YouPlot::Options</small>
@ -532,7 +540,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Command.html#run-instance_method" title="YouPlot::Command#run (method)">#run</a></span>
<small>YouPlot::Command</small>
@ -540,7 +548,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot.html#run_as_executable-class_method" title="YouPlot.run_as_executable (method)">run_as_executable</a></span>
<small>YouPlot</small>
@ -548,7 +556,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Command.html#run_as_executable-instance_method" title="YouPlot::Command#run_as_executable (method)">#run_as_executable</a></span>
<small>YouPlot::Command</small>
@ -556,7 +564,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot.html#run_as_executable%3F-class_method" title="YouPlot.run_as_executable? (method)">run_as_executable?</a></span>
<small>YouPlot</small>
@ -564,7 +572,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Backends/UnicodePlot.html#scatter-class_method" title="YouPlot::Backends::UnicodePlot.scatter (method)">scatter</a></span>
<small>YouPlot::Backends::UnicodePlot</small>
@ -572,7 +580,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Data.html#series-instance_method" title="YouPlot::Data#series (method)">#series</a></span>
<small>YouPlot::Data</small>
@ -580,7 +588,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parser.html#show_main_help-instance_method" title="YouPlot::Parser#show_main_help (method)">#show_main_help</a></span>
<small>YouPlot::Parser</small>
@ -588,7 +596,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parser.html#sub_parser-instance_method" title="YouPlot::Parser#sub_parser (method)">#sub_parser</a></span>
<small>YouPlot::Parser</small>
@ -596,7 +604,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parser.html#sub_parser_add_canvas-instance_method" title="YouPlot::Parser#sub_parser_add_canvas (method)">#sub_parser_add_canvas</a></span>
<small>YouPlot::Parser</small>
@ -604,7 +612,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parser.html#sub_parser_add_fmt_xyxy-instance_method" title="YouPlot::Parser#sub_parser_add_fmt_xyxy (method)">#sub_parser_add_fmt_xyxy</a></span>
<small>YouPlot::Parser</small>
@ -612,7 +620,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parser.html#sub_parser_add_fmt_yx-instance_method" title="YouPlot::Parser#sub_parser_add_fmt_yx (method)">#sub_parser_add_fmt_yx</a></span>
<small>YouPlot::Parser</small>
@ -620,7 +628,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parser.html#sub_parser_add_grid-instance_method" title="YouPlot::Parser#sub_parser_add_grid (method)">#sub_parser_add_grid</a></span>
<small>YouPlot::Parser</small>
@ -628,7 +636,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parser.html#sub_parser_add_symbol-instance_method" title="YouPlot::Parser#sub_parser_add_symbol (method)">#sub_parser_add_symbol</a></span>
<small>YouPlot::Parser</small>
@ -636,7 +644,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parser.html#sub_parser_add_xlim-instance_method" title="YouPlot::Parser#sub_parser_add_xlim (method)">#sub_parser_add_xlim</a></span>
<small>YouPlot::Parser</small>
@ -644,7 +652,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parser.html#sub_parser_add_xscale-instance_method" title="YouPlot::Parser#sub_parser_add_xscale (method)">#sub_parser_add_xscale</a></span>
<small>YouPlot::Parser</small>
@ -652,7 +660,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parser.html#sub_parser_add_ylim-instance_method" title="YouPlot::Parser#sub_parser_add_ylim (method)">#sub_parser_add_ylim</a></span>
<small>YouPlot::Parser</small>
@ -660,7 +668,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parameters.html#symbol-instance_method" title="YouPlot::Parameters#symbol (method)">#symbol</a></span>
<small>YouPlot::Parameters</small>
@ -668,7 +676,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parameters.html#title-instance_method" title="YouPlot::Parameters#title (method)">#title</a></span>
<small>YouPlot::Parameters</small>
@ -676,7 +684,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parameters.html#to_hc-instance_method" title="YouPlot::Parameters#to_hc (method)">#to_hc</a></span>
<small>YouPlot::Parameters</small>
@ -684,7 +692,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Options.html#transpose-instance_method" title="YouPlot::Options#transpose (method)">#transpose</a></span>
<small>YouPlot::Options</small>
@ -692,7 +700,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/DSV.html#transpose2-class_method" title="YouPlot::DSV.transpose2 (method)">transpose2</a></span>
<small>YouPlot::DSV</small>
@ -700,7 +708,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parameters.html#width-instance_method" title="YouPlot::Parameters#width (method)">#width</a></span>
<small>YouPlot::Parameters</small>
@ -708,7 +716,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parameters.html#xlabel-instance_method" title="YouPlot::Parameters#xlabel (method)">#xlabel</a></span>
<small>YouPlot::Parameters</small>
@ -716,7 +724,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parameters.html#xlim-instance_method" title="YouPlot::Parameters#xlim (method)">#xlim</a></span>
<small>YouPlot::Parameters</small>
@ -724,7 +732,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parameters.html#xscale-instance_method" title="YouPlot::Parameters#xscale (method)">#xscale</a></span>
<small>YouPlot::Parameters</small>
@ -732,7 +740,7 @@
</li>
<li class="odd ">
<li class="even ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parameters.html#ylabel-instance_method" title="YouPlot::Parameters#ylabel (method)">#ylabel</a></span>
<small>YouPlot::Parameters</small>
@ -740,7 +748,7 @@
</li>
<li class="even ">
<li class="odd ">
<div class="item">
<span class='object_link'><a href="YouPlot/Parameters.html#ylim-instance_method" title="YouPlot::Parameters#ylim (method)">#ylim</a></span>
<small>YouPlot::Parameters</small>

View File

@ -100,7 +100,7 @@
</div>
<div id="footer">
Generated on Thu Jan 5 02:58:17 2023 by
Generated on Thu Jan 5 03:05:44 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.2.0).
</div>