Very Basic conversion of graphics is supported from giac to sage.
The lines, circles, ... conics are not implemented.
{{{id=17| from giacpy import *; x,y,z=libgiac('x,y,z'); f=sin(1/x); f.plot().mplot() /// // Giac share root-directory:/home/fred/dev/sage/git-trac-command/local/share/giac/ // Using keyword file /home/fred/dev/sage/git-trac-command/local/share/giac/doc/fr/keywords // Giac share root-directory:/home/fred/dev/sage/git-trac-command/local/share/giac/ Help file /home/fred/dev/sage/git-trac-command/local/share/giac/doc/fr/aide_cas not found Added 0 synonymsGiac and sage 5.10 answers are different on this example of integration.
Giac answer is more complicated, but the constant is correct, indeed, the primitive must be continuous.