mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +08:00
no ytics on the y2 axis
Ignore-this: dc7f313671e10d17c1fe8a3a37e00ef9 darcs-hash:20090806190946-0cb85-d196a97f2c7801aa6ffc6c9a1b0adcd59f372928.gz
This commit is contained in:
parent
37667ddec3
commit
144a2f1a01
@ -120,7 +120,7 @@ sub main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
print PIPE "set xtics\n";
|
print PIPE "set xtics\n";
|
||||||
print PIPE "set ytics\n";
|
print PIPE "set ytics nomirror\n";
|
||||||
print PIPE "set y2tics\n";
|
print PIPE "set y2tics\n";
|
||||||
print PIPE "set yrange [". $miny . ":" . $maxy ."]\n";
|
print PIPE "set yrange [". $miny . ":" . $maxy ."]\n";
|
||||||
print PIPE "set y2range [". $options{"y2min"} . ":" . $options{"y2max"} ."]\n" if $options{"y2max"};
|
print PIPE "set y2range [". $options{"y2min"} . ":" . $options{"y2max"} ."]\n" if $options{"y2max"};
|
||||||
|
Loading…
Reference in New Issue
Block a user