What is the easiest / most convenient way to separate drawn objects in Mathematica from software generated ones?
Interactive drawing tools are convenient and useful. But if I draw something on top of the plot, it will be lost as soon as the plot is generated. Is there a convenient solution for this?
I could draw a drawing on top of an empty plot, they combine them with the actual plot. But this is again inconvenient, since I need to manually set the plot range of the empty section, and I do not see the background over which I add annotations.
source share