mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-05 22:31:11 +08:00
deploy: b1baa4073c
This commit is contained in:
parent
945576d6e7
commit
c3579d1259
@ -241,7 +241,7 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Jan 5 03:05:44 2023 by
|
||||
Generated on Thu Jan 5 03:21:25 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>
|
||||
|
@ -296,7 +296,7 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Jan 5 03:05:44 2023 by
|
||||
Generated on Thu Jan 5 03:21:25 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>
|
||||
|
@ -118,7 +118,7 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Jan 5 03:05:44 2023 by
|
||||
Generated on Thu Jan 5 03:21:25 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>
|
||||
|
@ -208,7 +208,7 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Jan 5 03:05:44 2023 by
|
||||
Generated on Thu Jan 5 03:21:25 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>
|
||||
|
@ -1070,7 +1070,7 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Jan 5 03:05:44 2023 by
|
||||
Generated on Thu Jan 5 03:21:25 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>
|
||||
|
@ -114,7 +114,7 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Jan 5 03:05:45 2023 by
|
||||
Generated on Thu Jan 5 03:21:26 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>
|
||||
|
@ -673,25 +673,7 @@
|
||||
73
|
||||
74
|
||||
75
|
||||
76
|
||||
77
|
||||
78
|
||||
79
|
||||
80
|
||||
81
|
||||
82
|
||||
83
|
||||
84
|
||||
85
|
||||
86
|
||||
87
|
||||
88
|
||||
89
|
||||
90
|
||||
91
|
||||
92
|
||||
93
|
||||
94</pre>
|
||||
76</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/youplot/command.rb', line 30</span>
|
||||
@ -709,24 +691,6 @@
|
||||
<span class='kw'>return</span>
|
||||
<span class='kw'>end</span>
|
||||
|
||||
<span class='comment'># config command
|
||||
</span> <span class='kw'>if</span> <span class='ivar'>@command</span> <span class='op'>==</span> <span class='symbol'>:config</span>
|
||||
<span class='kw'>if</span> <span class='const'>ENV</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>MYYOUPLOTRC</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='id identifier rubyid_puts'>puts</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>config file : </span><span class='embexpr_beg'>#{</span><span class='const'>ENV</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>MYYOUPLOTRC</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='embexpr_end'>}</span><span class='tstring_end'>"</span></span>
|
||||
<span class='id identifier rubyid_puts'>puts</span> <span class='id identifier rubyid_parser'>parser</span><span class='period'>.</span><span class='id identifier rubyid_config'>config</span><span class='period'>.</span><span class='id identifier rubyid_inspect'>inspect</span>
|
||||
<span class='kw'>else</span>
|
||||
<span class='id identifier rubyid_puts'>puts</span> <span class='heredoc_beg'><<~EOS</span>
|
||||
<span class='tstring_content'> You don't have a config file. The default config file paths are:
|
||||
</span><span class='tstring_content'> ./.youplot.yml, ./.youplotrc, ~/.youplot.yml, ~/.youplotrc
|
||||
</span><span class='tstring_content'> You can specify a config file with the environment variable MYYOUPLOTRC.
|
||||
</span><span class='tstring_content'> File format is YAML. For example:
|
||||
</span><span class='tstring_content'> width : 40
|
||||
</span><span class='tstring_content'> height : 20
|
||||
</span><span class='heredoc_end'> EOS
|
||||
</span> <span class='kw'>end</span>
|
||||
<span class='kw'>return</span>
|
||||
<span class='kw'>end</span>
|
||||
|
||||
<span class='comment'># progressive mode
|
||||
</span> <span class='kw'>if</span> <span class='id identifier rubyid_options'>options</span><span class='lbracket'>[</span><span class='symbol'>:progressive</span><span class='rbracket'>]</span>
|
||||
<span class='id identifier rubyid_stop'>stop</span> <span class='op'>=</span> <span class='kw'>false</span>
|
||||
@ -803,7 +767,7 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Jan 5 03:05:44 2023 by
|
||||
Generated on Thu Jan 5 03:21:26 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>
|
||||
|
@ -460,7 +460,7 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Jan 5 03:05:44 2023 by
|
||||
Generated on Thu Jan 5 03:21:25 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>
|
||||
|
@ -300,7 +300,7 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Jan 5 03:05:44 2023 by
|
||||
Generated on Thu Jan 5 03:21:26 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>
|
||||
|
@ -1103,7 +1103,7 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Jan 5 03:05:44 2023 by
|
||||
Generated on Thu Jan 5 03:21:26 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>
|
||||
|
@ -1881,7 +1881,7 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Jan 5 03:05:45 2023 by
|
||||
Generated on Thu Jan 5 03:21:26 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>
|
||||
|
@ -562,6 +562,28 @@
|
||||
|
||||
|
||||
|
||||
<span class="summary_desc"><div class='inline'></div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#show_config_info-instance_method" title="#show_config_info (instance method)">#<strong>show_config_info</strong> ⇒ Object </a>
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="summary_desc"><div class='inline'></div></span>
|
||||
|
||||
</li>
|
||||
@ -1525,7 +1547,12 @@
|
||||
198
|
||||
199
|
||||
200
|
||||
201</pre>
|
||||
201
|
||||
202
|
||||
203
|
||||
204
|
||||
205
|
||||
206</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 168</span>
|
||||
@ -1554,6 +1581,7 @@
|
||||
</span><span class='tstring_content'> colors color show the list of available colors
|
||||
</span><span class='tstring_content'>
|
||||
</span><span class='tstring_content'> General options:
|
||||
</span><span class='tstring_content'> --config print config file info
|
||||
</span><span class='tstring_content'> --help print command specific help menu
|
||||
</span><span class='tstring_content'> --version print the version of YouPlot
|
||||
</span><span class='heredoc_end'> MSG
|
||||
@ -1563,6 +1591,10 @@
|
||||
</span> <span class='id identifier rubyid_main_parser'>main_parser</span><span class='period'>.</span><span class='id identifier rubyid_on'>on</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>--help</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>print sub-command help menu</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span> <span class='kw'>do</span>
|
||||
<span class='id identifier rubyid_show_main_help'>show_main_help</span>
|
||||
<span class='kw'>end</span>
|
||||
|
||||
<span class='id identifier rubyid_main_parser'>main_parser</span><span class='period'>.</span><span class='id identifier rubyid_on'>on</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>--config</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>show config file info</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span> <span class='kw'>do</span>
|
||||
<span class='id identifier rubyid_show_config_info'>show_config_info</span>
|
||||
<span class='kw'>end</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
@ -1584,28 +1616,6 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
263
|
||||
264
|
||||
265
|
||||
266
|
||||
267
|
||||
268
|
||||
269
|
||||
270
|
||||
271
|
||||
272
|
||||
273
|
||||
274
|
||||
275
|
||||
276
|
||||
277
|
||||
278
|
||||
279
|
||||
280
|
||||
281
|
||||
282
|
||||
283
|
||||
284
|
||||
285
|
||||
286
|
||||
287
|
||||
@ -1672,10 +1682,33 @@
|
||||
348
|
||||
349
|
||||
350
|
||||
351</pre>
|
||||
351
|
||||
352
|
||||
353
|
||||
354
|
||||
355
|
||||
356
|
||||
357
|
||||
358
|
||||
359
|
||||
360
|
||||
361
|
||||
362
|
||||
363
|
||||
364
|
||||
365
|
||||
366
|
||||
367
|
||||
368
|
||||
369
|
||||
370
|
||||
371
|
||||
372
|
||||
373
|
||||
374</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 263</span>
|
||||
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 285</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>
|
||||
@ -1756,6 +1789,7 @@
|
||||
<span class='kw'>end</span>
|
||||
|
||||
<span class='kw'>when</span> <span class='symbol'>:config</span>
|
||||
<span class='id identifier rubyid_show_config_info'>show_config_info</span>
|
||||
|
||||
<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'>"</span><span class='tstring_content'>uplot: unrecognized command '</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_command'>command</span><span class='embexpr_end'>}</span><span class='tstring_content'>'</span><span class='tstring_end'>"</span></span>
|
||||
@ -1832,26 +1866,26 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
353
|
||||
354
|
||||
355
|
||||
356
|
||||
357
|
||||
358
|
||||
359
|
||||
360
|
||||
361
|
||||
362
|
||||
363
|
||||
364
|
||||
365
|
||||
366
|
||||
367
|
||||
368
|
||||
369</pre>
|
||||
376
|
||||
377
|
||||
378
|
||||
379
|
||||
380
|
||||
381
|
||||
382
|
||||
383
|
||||
384
|
||||
385
|
||||
386
|
||||
387
|
||||
388
|
||||
389
|
||||
390
|
||||
391
|
||||
392</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 353</span>
|
||||
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 376</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>
|
||||
@ -1905,6 +1939,62 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="show_config_info-instance_method">
|
||||
|
||||
#<strong>show_config_info</strong> ⇒ <tt>Object</tt>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><table class="source_code">
|
||||
<tr>
|
||||
<td>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
214
|
||||
215
|
||||
216
|
||||
217
|
||||
218
|
||||
219
|
||||
220
|
||||
221
|
||||
222
|
||||
223
|
||||
224
|
||||
225
|
||||
226
|
||||
227
|
||||
228
|
||||
229</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 214</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_show_config_info'>show_config_info</span>
|
||||
<span class='kw'>if</span> <span class='const'>ENV</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>MYYOUPLOTRC</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='id identifier rubyid_puts'>puts</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>config file : </span><span class='embexpr_beg'>#{</span><span class='const'>ENV</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>MYYOUPLOTRC</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='embexpr_end'>}</span><span class='tstring_end'>"</span></span>
|
||||
<span class='id identifier rubyid_puts'>puts</span> <span class='id identifier rubyid_config'>config</span><span class='period'>.</span><span class='id identifier rubyid_inspect'>inspect</span>
|
||||
<span class='kw'>else</span>
|
||||
<span class='id identifier rubyid_puts'>puts</span> <span class='heredoc_beg'><<~EOS</span>
|
||||
<span class='tstring_content'> You don't have a config file. The default config file paths are:
|
||||
</span><span class='tstring_content'> ./.youplot.yml, ./.youplotrc, ~/.youplot.yml, ~/.youplotrc
|
||||
</span><span class='tstring_content'> You can specify a config file with the environment variable MYYOUPLOTRC.
|
||||
</span><span class='tstring_content'> File format is YAML. For example:
|
||||
</span><span class='tstring_content'> width : 40
|
||||
</span><span class='tstring_content'> height : 20
|
||||
</span><span class='heredoc_end'> EOS
|
||||
</span> <span class='kw'>end</span>
|
||||
<span class='id identifier rubyid_exit'>exit</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='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="method_details ">
|
||||
@ -1922,14 +2012,14 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
203
|
||||
204
|
||||
205
|
||||
206
|
||||
207</pre>
|
||||
208
|
||||
209
|
||||
210
|
||||
211
|
||||
212</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 203</span>
|
||||
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 208</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>
|
||||
@ -1956,15 +2046,15 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
222
|
||||
223
|
||||
224
|
||||
225
|
||||
226
|
||||
227</pre>
|
||||
244
|
||||
245
|
||||
246
|
||||
247
|
||||
248
|
||||
249</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 222</span>
|
||||
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 244</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'>'</span><span class='tstring_content'>, </span><span class='tstring_end'>'</span></span><span class='rparen'>)</span>
|
||||
@ -1992,16 +2082,16 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
247
|
||||
248
|
||||
249
|
||||
250
|
||||
251
|
||||
252
|
||||
253</pre>
|
||||
269
|
||||
270
|
||||
271
|
||||
272
|
||||
273
|
||||
274
|
||||
275</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 247</span>
|
||||
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 269</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'>'</span><span class='tstring_content'>--fmt STR</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='const'>String</span><span class='comma'>,</span>
|
||||
@ -2030,16 +2120,16 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
255
|
||||
256
|
||||
257
|
||||
258
|
||||
259
|
||||
260
|
||||
261</pre>
|
||||
277
|
||||
278
|
||||
279
|
||||
280
|
||||
281
|
||||
282
|
||||
283</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 255</span>
|
||||
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 277</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'>'</span><span class='tstring_content'>--fmt STR</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='const'>String</span><span class='comma'>,</span>
|
||||
@ -2068,14 +2158,14 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
241
|
||||
242
|
||||
243
|
||||
244
|
||||
245</pre>
|
||||
263
|
||||
264
|
||||
265
|
||||
266
|
||||
267</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 241</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_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'>'</span><span class='tstring_content'>--[no-]grid</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='const'>TrueClass</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>draws grid-lines at the origin</span><span class='tstring_end'>'</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>
|
||||
@ -2102,14 +2192,14 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
209
|
||||
210
|
||||
211
|
||||
212
|
||||
213</pre>
|
||||
231
|
||||
232
|
||||
233
|
||||
234
|
||||
235</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 209</span>
|
||||
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 231</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'>'</span><span class='tstring_content'>--symbol STR</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='const'>String</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>character to be used to plot the bars</span><span class='tstring_end'>'</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>
|
||||
@ -2136,14 +2226,14 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
229
|
||||
230
|
||||
231
|
||||
232
|
||||
233</pre>
|
||||
251
|
||||
252
|
||||
253
|
||||
254
|
||||
255</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 229</span>
|
||||
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 251</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'>'</span><span class='tstring_content'>--xlim FLOAT,FLOAT</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='const'>Array</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>plotting range for the x coordinate</span><span class='tstring_end'>'</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>
|
||||
@ -2170,15 +2260,15 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
215
|
||||
216
|
||||
217
|
||||
218
|
||||
219
|
||||
220</pre>
|
||||
237
|
||||
238
|
||||
239
|
||||
240
|
||||
241
|
||||
242</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 215</span>
|
||||
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 237</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'>'</span><span class='tstring_content'>, </span><span class='tstring_end'>'</span></span><span class='rparen'>)</span>
|
||||
@ -2206,14 +2296,14 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
235
|
||||
236
|
||||
237
|
||||
238
|
||||
239</pre>
|
||||
257
|
||||
258
|
||||
259
|
||||
260
|
||||
261</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 235</span>
|
||||
<pre class="code"><span class="info file"># File 'lib/youplot/parser.rb', line 257</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'>'</span><span class='tstring_content'>--ylim FLOAT,FLOAT</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='const'>Array</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>plotting range for the y coordinate</span><span class='tstring_end'>'</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>
|
||||
@ -2230,7 +2320,7 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Jan 5 03:05:44 2023 by
|
||||
Generated on Thu Jan 5 03:21:26 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>
|
||||
|
@ -114,7 +114,7 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Jan 5 03:05:44 2023 by
|
||||
Generated on Thu Jan 5 03:21:26 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>
|
||||
|
@ -238,7 +238,7 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Jan 5 03:05:44 2023 by
|
||||
Generated on Thu Jan 5 03:21:25 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>
|
||||
|
@ -397,7 +397,7 @@ If so, please feel free to contact us.
|
||||
</div></div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Jan 5 03:05:44 2023 by
|
||||
Generated on Thu Jan 5 03:21:25 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>
|
||||
|
@ -397,7 +397,7 @@ If so, please feel free to contact us.
|
||||
</div></div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Jan 5 03:05:44 2023 by
|
||||
Generated on Thu Jan 5 03:21:25 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>
|
||||
|
@ -590,13 +590,21 @@
|
||||
|
||||
<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>
|
||||
<span class='object_link'><a href="YouPlot/Parser.html#show_config_info-instance_method" title="YouPlot::Parser#show_config_info (method)">#show_config_info</a></span>
|
||||
<small>YouPlot::Parser</small>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="even ">
|
||||
<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>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="odd ">
|
||||
<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>
|
||||
@ -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_canvas-instance_method" title="YouPlot::Parser#sub_parser_add_canvas (method)">#sub_parser_add_canvas</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_xyxy-instance_method" title="YouPlot::Parser#sub_parser_add_fmt_xyxy (method)">#sub_parser_add_fmt_xyxy</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_fmt_yx-instance_method" title="YouPlot::Parser#sub_parser_add_fmt_yx (method)">#sub_parser_add_fmt_yx</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_grid-instance_method" title="YouPlot::Parser#sub_parser_add_grid (method)">#sub_parser_add_grid</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_symbol-instance_method" title="YouPlot::Parser#sub_parser_add_symbol (method)">#sub_parser_add_symbol</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_xlim-instance_method" title="YouPlot::Parser#sub_parser_add_xlim (method)">#sub_parser_add_xlim</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_xscale-instance_method" title="YouPlot::Parser#sub_parser_add_xscale (method)">#sub_parser_add_xscale</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/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>
|
||||
@ -668,7 +676,7 @@
|
||||
</li>
|
||||
|
||||
|
||||
<li class="odd ">
|
||||
<li class="even ">
|
||||
<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>
|
||||
@ -676,7 +684,7 @@
|
||||
</li>
|
||||
|
||||
|
||||
<li class="even ">
|
||||
<li class="odd ">
|
||||
<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>
|
||||
@ -684,7 +692,7 @@
|
||||
</li>
|
||||
|
||||
|
||||
<li class="odd ">
|
||||
<li class="even ">
|
||||
<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>
|
||||
@ -692,7 +700,7 @@
|
||||
</li>
|
||||
|
||||
|
||||
<li class="even ">
|
||||
<li class="odd ">
|
||||
<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>
|
||||
@ -700,7 +708,7 @@
|
||||
</li>
|
||||
|
||||
|
||||
<li class="odd ">
|
||||
<li class="even ">
|
||||
<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>
|
||||
@ -708,7 +716,7 @@
|
||||
</li>
|
||||
|
||||
|
||||
<li class="even ">
|
||||
<li class="odd ">
|
||||
<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>
|
||||
@ -716,7 +724,7 @@
|
||||
</li>
|
||||
|
||||
|
||||
<li class="odd ">
|
||||
<li class="even ">
|
||||
<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>
|
||||
@ -724,7 +732,7 @@
|
||||
</li>
|
||||
|
||||
|
||||
<li class="even ">
|
||||
<li class="odd ">
|
||||
<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>
|
||||
@ -732,7 +740,7 @@
|
||||
</li>
|
||||
|
||||
|
||||
<li class="odd ">
|
||||
<li class="even ">
|
||||
<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>
|
||||
@ -740,7 +748,7 @@
|
||||
</li>
|
||||
|
||||
|
||||
<li class="even ">
|
||||
<li class="odd ">
|
||||
<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>
|
||||
@ -748,7 +756,7 @@
|
||||
</li>
|
||||
|
||||
|
||||
<li class="odd ">
|
||||
<li class="even ">
|
||||
<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>
|
||||
|
@ -100,7 +100,7 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Jan 5 03:05:44 2023 by
|
||||
Generated on Thu Jan 5 03:21:25 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>
|
||||
|
Loading…
Reference in New Issue
Block a user