|
From: Markus E. <ei...@in...> - 2008-01-28 16:06:31
|
Hi there, I want to draw several plots into one .gif or .png image. Those lines work perfectly under linux: set term png size 640,400 #first Motor set output 'M1_cur_ctrl.png' plot filename using ($1):(((int($2)%147)/147.2*2*pi/5)-pi/5) axes x1y1 title 'TARGET_M1' with lines replot filename using ($1):(((int($3)%147)/147.2*2*pi/5)-pi/5) axes x1y1 title 'ACTUAL_M1' with lines replot filename using ($1):(((int($4)%147)/147.2*pi/5)) axes x1y1 title 'ERROR_M1' with lines replot filename using ($1):14 axes x1y2 title 'CURRENT_M1' with lines When I want to do the same thing under Windows32 I can only see the first plot. The others are simply not there. Is this a win32-version bug? I tried also without "replot" but with the "," separation. Rgrds, Markus -- Dipl. Inform. Markus Eich Research Assistant Robotics Lab at DFKI Bremen German Research Center for Artificial Intelligence Email: mar...@df... Tel.: +49 (421) 218-64105 Fax : +49 (421) 218-64150 Room: 212 Postal address: DFKI Bremen Robotics Lab Markus Eich Robert-Hooke-Strasse 5 28359 Bremen Germany Further informations: http://www.dfki.de/robotics |