Hi,
I am trying to plot labels for my data points on a Cartesian 2D plot. The labels are plotted with a small offset like below, using +F...+jBR -Dj3p:
gmt text data.txt -F+f6p,Helvetica-Oblique+jBR -Dj3p
Labels falling outside the plot area get cropped. I want the labels to be plotted - as long as the corresponding datapoint is inside the plot area, even if the label is not. Is this possible?
-N does not help much as sometimes there are datapoints on the dataset that are far outside the plot area, and I don’t want those neither plotted nor labeled.