mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
When plotting histograms, --xlen can coexist with --xmin/--xmax
This commit is contained in:
parent
402fa32bda
commit
64b12e4738
@ -387,7 +387,8 @@ sub interpretCommandline
|
||||
}
|
||||
|
||||
if($options{stream} && defined $options{xlen} &&
|
||||
( defined $options{xmin} || defined $options{xmax}))
|
||||
( defined $options{xmin} || defined $options{xmax}) &&
|
||||
!defined $options{histogram})
|
||||
{
|
||||
print STDERR "With --stream and --xlen the X bounds are set, so neither --xmin nor --xmax make sense\n";
|
||||
exit -1;
|
||||
|
Loading…
Reference in New Issue
Block a user