in reply to Chart::Gnuplot dataset under Windows XP empty GIF
is there a way to find out if gnuplot is complaining about something through Chart::Gnuplot ?You could make a copy of the source code of Chart::Gnuplot and edit the code to check the return value of the call to system in sub _execute:
if (system("$gnuplot $self->{_script}")) { die "Error: $gnuplot $self->{_script}: $?" }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Chart::Gnuplot dataset under Windows XP empty GIF
by anthonyt (Novice) on Feb 15, 2009 at 14:35 UTC | |
by Anonymous Monk on Feb 15, 2009 at 14:52 UTC | |
by anthonyt (Novice) on Feb 15, 2009 at 16:54 UTC |