App-GnuplotUtils
view release on metacpan or search on metacpan
script/xyplot view on Meta::CPAN
=item B<--dataset-data>=I<s@>
Dataset(s).
Can be specified multiple times.
=item B<--dataset-datas-json>=I<s>
Dataset(s) (JSON-encoded).
See C<--dataset-data>.
=item B<--dataset-file>=I<s@>
Dataset(s) from file(s).
Can also be specified as the 1st command-line argument and onwards.
Can be specified multiple times.
=item B<--dataset-files-json>=I<s>
Dataset(s) from file(s) (JSON-encoded).
See C<--dataset-file>.
Can also be specified as the 1st command-line argument and onwards.
=item B<--dataset-style>=I<s@>
Dataset plot style(s).
Can be specified multiple times.
=item B<--dataset-styles-json>=I<s>
Dataset plot style(s) (JSON-encoded).
See C<--dataset-style>.
=item B<--dataset-title>=I<s@>
Dataset title(s).
Can be specified multiple times.
=item B<--dataset-titles-json>=I<s>
Dataset title(s) (JSON-encoded).
See C<--dataset-title>.
=item B<--field-delimiter>=I<s>, B<-d>
Supply field delimiter character in dataset file instead of the default whitespace(s) or comma(s).
=item B<--output-format>=I<s>
Default value:
"png"
Valid values:
["bmp","gif","jpg","png","webp","pdf","ps","svg"]
The output format is normally determined from the output filename's extension,
e.g. C<foo.jpg>. This option is for when you do not specify output filename and
want to change the format from the default C<png>.
=back
=head2 Output options
=over
=item B<--format>=I<s>
Choose output format, e.g. json, text.
Default value:
undef
Output can be displayed in multiple formats, and a suitable default format is
chosen depending on the application and/or whether output destination is
interactive terminal (i.e. whether output is piped). This option specifically
chooses an output format.
=item B<--json>
Set output format to json.
=item B<--naked-res>
When outputing as JSON, strip result envelope.
Default value:
0
By default, when outputing as JSON, the full enveloped result is returned, e.g.:
[200,"OK",[1,2,3],{"func.extra"=>4}]
The reason is so you can get the status (1st element), status message (2nd
element) as well as result metadata/extra result (4th element) instead of just
the result (3rd element). However, sometimes you want just the result, e.g. when
you want to pipe the result for more post-processing. In this case you can use
C<--naked-res> so you just get:
[1,2,3]
=item B<--output-file>=I<s>, B<-o>
(No description)
=item B<--overwrite>, B<-O>
(No description)
=item B<--page-result>
Filter output through a pager.
( run in 1.665 second using v1.01-cache-2.11-cpan-df04353d9ac )