This commit is contained in:
Dima Kogan 2014-01-24 14:41:49 -08:00
parent 20e9adbae4
commit 1e3d01edd2

View File

@ -107,7 +107,7 @@ sub interpretCommandline
# syntax, but disregarded the order of the given options. This resulted in arbitrarily ordered
# curves. I thus make parse these into lists, and then also make hashes, for later use
# needed for these to be parsed into an array-ref
# needed for these to be parsed into an array-ref, these default to []
$options{legend} = [];
$options{curvestyle} = [];
$options{histogram} = [];