|
From: Paulo J. M. <poc...@gm...> - 2006-04-24 17:50:08
|
Hi all, I'm trying to plot some points in a cartesian plane. The points are in a file and I have the following: set terminal x11 # Set terminal (output type) set logscale xy # Set logscale on xy set border 3 # Remove right and top borders set xlabel "X" set ylabel "Y" set size square set style data points unset label unset y2tics unset my2tics unset x2tics unset mx2tics plot [0.01:3600] [0.01:3600] 'data.dat' using 2:1, x 1. Although I have a logscale plot I would like it to show 0,0 as original instead of 0.01, 0.01. Can I do this? 2. I have removed right and top borders but still there are some wierd tics that are still there. Even after those unset tics (which don't seem to affect the tics at all). How can I remove them? 3. There are two labels, one for the points and other for the x function which I would like to remove, how can I do that? 4. What's the best to include in latex? latex terminal or epslatex terminal= ? Thanks in advance, -- Paulo Jorge Matos - pocm at sat inesc-id pt Web: http://sat.inesc-id.pt/~pocm Computer and Software Engineering INESC-ID - SAT Group |