I would like to do fine adjustment on the position of an axis so that it doesn’t interfere with plotted lines. Is there a way to do this? The documentation only shows the nine positions encoded by symbols like :lc
in the following
axislegend(ax1, groups, labels, nbanks=1, position=:lc, margin=(4,0,0,-5), padding=(0,0,0,0))
Is there a way to adjust the position using plot coordinates or absolute coordinates? For instance, position = (0.8, 0.3)
throws an error, because it tries to convert it to symbols. Thanks.