Hi,
I wonder if it is normal for the following to take about ~30 seconds to
plot...
This generates a radar plot jpeg..
Anything I can do to speed this up...
Using gp400dj2 on a fairly recent WinXP machine
set terminal jpeg medium size 310,310 xecffeb x000000 x404040 xff0000
x0000ff
set output "polar.jpg"
set grid polar
set size square
set xrange [-1:1]
set yrange [-1:1]
set title "Compromise solution v.s. Reference point"
set ylabel "Cost" -1
set xlabel "CO2" 0,-1
set x2label "Farmer's surplus" 0,1
set y2label "Subsidies" 1
#plot "force.txt" using 1:2 title 'Reference', "force.txt" using 1:3
title 'Solution' with lp
#plot "force.txt" with lp
#plot "force2.txt" using 1:2 title 'Reference', "force2.txt" using 1:3
title 'Solution' with lp
set multiplot
set pointsize 1.2
set key off
#Below plots the aspiration
plot "opt.txt" using 1:2 title 'Reference' with lp
#Below plots the solution
plot "sol.txt" using 1:3 title 'Solution' with lp
regards,
nicolas
|