Gnuplot-Plotting only colorbox -
i plotting several heatmaps using gnuplot
. however, not not using group plot in gnuplot
have decided better in latex
individual heatmaps obtained. need gnuplot
plot/figure colorbox
(nothing colorbox
). there way in gnuplot?
eg. if heatmaps 5-12:
unset key set view map set style data pm3d set style function pm3d set xtics norangelimit 1 unset ytics unset ztics set title "colorbox heatmaps" set xrange [ 5.0000 : 12.0000 ] noreverse nowriteback unset colorbox splot (x-5)/(12-5)
or if want vertical:
set size ratio 3 unset key set view map set style data pm3d set style function pm3d unset xtics set ytics norangelimit 1 unset ztics set title "colorbox heatmaps" set yrange [ 5.0000 : 12.0000 ] noreverse nowriteback unset colorbox splot (y-5)/(12-5)
Comments
Post a Comment