Putting a legend on an astrological image
1 次查看(过去 30 天)
显示 更早的评论
Hi,
I want this:

I have the image attached below, so far,

but am having trouble generating the legend like in the top image. Any tips?
Thanks
0 个评论
回答(2 个)
Walter Roberson
2017-4-13
It looks like the lines might already be present in the image. If so then see https://www.mathworks.com/matlabcentral/answers/334249-manually-enter-legend-details#answer_262225
0 个评论
Image Analyst
2017-4-13
Looks like you've figured out how to plot the constellations from coordinates, so now you just need to put up the legend/labels. Did you try the legend() function? Next choice would be to manually place text there with the text() function.