Is it possible to get the equation of a graphic you have drawn using the drawing tools in Mathematica?
I want to do this because I drew something using the drawing tools, and now I want to programmely edit it to add a point at a specific coordinate.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
|||
|
|
|
It is possible to get the code that generates the graphics you added using the drawing tools. For example, here's a quadratic where I've used the drawing tools to add in arrows to the x-intercepts:
After the graphics type The highlighted code is that which was added by the drawing tools. It can be simplified (e.g., remove the |
|||
|
|

