|
From:
<br...@ph...> - 2006-04-24 23:35:00
|
Paulo J. Matos wrote: > 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? Not automatically --- nor should you want to. Why do you want to lie to the reader of your plot? > 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? Those are not the x2 and y2 tics, which you did remove. They're the mirrored x and y tics: set xtics nomirror set ytics nomirror > 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? Read "help plot" about the "title" option. > 4. What's the best to include in latex? latex terminal or epslatex terminal? Almost always epslatex. "latex" is a fall-back for special or desparate cases. |