When a MathGraph32 figure is included in a web page, she is included as a big string of characters (named Base64 string).
It is possible to create a new figure from this Base64 code).
Let us say you are interested in a MathGraph32 figure included in a web page.
- Ask your browser to display ths source code of the html page.
- In this source code, look for an instruction kinf of var st = "TWF0aEdyYXBoSmF2YTEuMAAAAA8+TMzNAANmcmH###8BAP8BAAAAAAAAAAACigAAAa4AAAAAAAAAAAAAAAEA"; only the beginning of the string is displayed here).
- Copy this Base64 string in your clipboard.
- In MathGraph32, use icon
(new Figure). Click on Figure through Base64 code.
- A dialog box pops up.
- Paste the Base64 string in the editor of teh dialog box ans validate.
- A new figure appears. You can now modify it and save it or export it
On the contrary, you can also get the Base64 code of a figure through
(export icon).