-
Notifications
You must be signed in to change notification settings - Fork 39
Description
It would be beneficial to have a function that simply converts coordinate points to absolute points on the image, and use that function for all the annotations and other applications that will eventually use them.
From @KarthikRIyer:
Yes I suppose you could generalize this conversion. You would always need the output to be in image space so you could have a function that takes in a point, the plot dimensions the input coordinate system and returns the point in the specified output coordinate system.
If this function is to be used by the plots too then it would be better to put it under HelperFunctions.
It would be better to discuss this with others before moving forward. @odmir @karwa?
I hope that I'll be able to work on implementing this soon once the idea is ironed out.