From: skejg <gro...@zo...> - 2025-02-15 19:48:29
|
Hi! Let's say I have the following code: [...] unset grid set grid noxtics ytics lc rgb '#c6dbef' unset border set border 1 lw 2 lc rgb '#000000' unset tics set ytics axis nomirror offset -1 0.02, 0.02, 0.1 textcolor rgb '#ff0000' [...] ...which results in the following fragment of the y-axis: https://qu.ax/bsffh.png (or see attached). Now, the manual for `border` says that: > Besides the border itself, this line style is used for the tics, > independent of whether they are plotted on the border or on the axes > (see set xtics). ...which is probably why I have those little black tics leftovers :) And therefore my question: can I somehow eliminate those 'dashes' completely? Would be grateful for a hint :) Thank you, -- skejg |