I notice that there is an option of figure fraction etc for annotating text. Is there an option for scatter? I have data points generated by a program that are in figure fraction scale. They will be overplotted onto an image with sky coordinate. The transformation from pixel scale to sky coordinate will be a bit complicated.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Checkout the transform tutorial. You want to first transform from figure units to display units using
This can then be used to get values in data units by implementing the
Read the tutorial for more detail. |
|||
|
|