How import or replicate results from GeoGebra?
Is there any method to draw line like is generated by equations like do geogebra? or import Geogebra results?
0
Comments
-
You may be able to use Python I.e. do your equations in NumPy and graph them in Matplotlib. In this sample, I create a cost plot chart from a table, and save it as a .png and use IMAGEATTACH
1