Astrid
unread,Jul 25, 2017, 5:40:45 AM7/25/17You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hallo!
Nutze Chart::Gnuplot.
Bisher sah es so aus:
my $velo = Chart::Gnuplot::DataSet->new(
xdata => \@yfix,
ydata => \@fn3,
style => "lines",
color => "black",
linetype => "solid",
width => 2,
);
das fn3 steckt jetzt aber in einem hash als
$fn3hash{'fn'}
wie kann ich das an das ydata uebergeben?
Gruss, Astrid