Thread Gnuplot Fehler util.c (8 answers)
Opened by hummer at 2015-07-16 15:38

Raubtier
 2015-07-16 20:53
#181609 #181609
User since
2012-05-04
1054 Artikel
BenutzerIn

user image
2015-07-16T18:43:47 hummer
Code: (dl )
1
2
3
4
5
6
7
    my $chart = Chart::Gnuplot->new(
output => "C:/Users/Marco/Desktop/simple.jpg",
# title => "Simple testing",
# xlabel => "My x-axis label",
# ylabel => "My y-axis label",
/bin/wgnuplot.exe",
);


Da passt doch was mit dem Quoting nicht.

Wenn ich die vorletzte Zeile durch gnuplot=>"/pfad/zu/gnuplot" ändere (und natürlich den output meinem System anpasse), läufts hier durch.

View full thread Gnuplot Fehler util.c