mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +08:00
comment
This commit is contained in:
parent
3a7933fe3f
commit
61b7eff596
@ -486,6 +486,10 @@ sub plotStoredData
|
|||||||
|
|
||||||
sub newCurve
|
sub newCurve
|
||||||
{
|
{
|
||||||
|
# I optionally pass in the title of this plot and any additional options separately. The title
|
||||||
|
# COULD be a part of $opts, but this raises an issue in the no-title case. When no title is
|
||||||
|
# specified, gnuplot will still add a legend entry with an unhelpful '-' label. I can still grep
|
||||||
|
# $opts to see if a title is given, but that's a bit ugly in its own way...
|
||||||
my ($title, $opts, $newpoint, $idx) = @_;
|
my ($title, $opts, $newpoint, $idx) = @_;
|
||||||
|
|
||||||
if(scalar @curves >= $options{maxcurves})
|
if(scalar @curves >= $options{maxcurves})
|
||||||
|
Loading…
Reference in New Issue
Block a user