This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fwd: octave updated to 3.4.0-3. Please test (strcat error)


      0 [main] gnuplot 5204 exception::handle: Exception: STATUS_ACCESS_VIOLATION
   1450 [main] gnuplot 5204 open_stackdumpfile: Dumping stack trace to
gnuplot.exe.stackdump


This error message is not repetitive...

Here are my script:

perfo.sh:
#!/bin/bash
gnuplot -persist <../script_gnuplot/puissance_local.gnu
gnuplot -persist <../script_gnuplot/couple_local.gnu
gnuplot -persist <../script_gnuplot/force_local.gnu



puissance_local.gnu:
set view map
set xlabel 'Envergure [%]'
set ylabel 'Puissance [W]'
plot "<grep '400.00000' performance/rotor1/performance_local.dat" using 10:5 w
lines title "Aero", \
     "<grep '400.00000' performance/rotor1/performance_local.dat" using 10:8 w
lines title "Meca"
 set term postscript enhanced color
set output "performance/rotor1/puissance_local_400RPM.eps"
replot



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]