gnuplot tics disappear when using 'with image' -


i have simple script:

set term postscript portrait color set output 'output.ps' plot 'data_file' using 1:2:3 image, 'data_file2' using 1:2 lines 

the problem with image command makes tics disappear in both axis , can't make gnuplot show them unless remove command, can't since i'm plotting cbrange (the third column range)

thanks.

pm3d not same "plot ... image", workaround maybe not best solution. seems, gnuplot sets tics automatically background, when use "with image" option, so

set tics front 

should solve problem (at least did in case).


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -