Matusevita, IĮ
2010-03-01 09:51:19 UTC
Hello,
I would like to draw some simple lines/curves on the pm3d map. I need
to do this quickly and qualitatively.
The best what I can do is the result of this script:
# I need to generate figure with LaTeX labels
set terminal epslatex color
set output "Fig.tex"
unset origin
# So I draw a pm3d map...
set multiplot
set pm3d map
set palette negative
set size square
set xlabel "$\\gamma_1$"
set ylabel "$\\gamma_2$"
unset key
splot [-50:50][-50:50] x
# ...and then I draw one line on the pm3d map
unset pm3d
unset xlabel
unset ylabel
set size square 0.6999999999999999999
set origin 0.11345, 0.12894
set style line 1 lt 2 lc rgb "black" lw 2
plot [-50:50][-50:50] 3.42366-x ls 1
unset size
unset origin
unset multiplot
As one can see, the result is not good because it is difficult to put
the figure with line on the pm3d map accurately.
May be someone knows the better way to solve my problem?
Thank you in advance.
Aris M.
I would like to draw some simple lines/curves on the pm3d map. I need
to do this quickly and qualitatively.
The best what I can do is the result of this script:
# I need to generate figure with LaTeX labels
set terminal epslatex color
set output "Fig.tex"
unset origin
# So I draw a pm3d map...
set multiplot
set pm3d map
set palette negative
set size square
set xlabel "$\\gamma_1$"
set ylabel "$\\gamma_2$"
unset key
splot [-50:50][-50:50] x
# ...and then I draw one line on the pm3d map
unset pm3d
unset xlabel
unset ylabel
set size square 0.6999999999999999999
set origin 0.11345, 0.12894
set style line 1 lt 2 lc rgb "black" lw 2
plot [-50:50][-50:50] 3.42366-x ls 1
unset size
unset origin
unset multiplot
As one can see, the result is not good because it is difficult to put
the figure with line on the pm3d map accurately.
May be someone knows the better way to solve my problem?
Thank you in advance.
Aris M.