linestyle apparently changed for gnuplot 4.0, leaving 3.7 syntax in place for now, we should deal with this better.
git-svn-id: svn://10.0.0.236/trunk@164081 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -199,6 +199,10 @@ sub show_graph {
|
||||
#
|
||||
# lt: 0=grey, 1=red, 2=green, 3=blue, 4=cyan, 5=magenta, 6=yellow,
|
||||
# 7=dk.red, 8=dk.green, 9=dk.blue
|
||||
#
|
||||
# gnuplot 3.7: "linestyle"
|
||||
# gnuplot 4.0: "style line"
|
||||
#
|
||||
my $cmds = qq{
|
||||
reset
|
||||
$graph_size
|
||||
|
||||
Reference in New Issue
Block a user