Thanks... I am confused ?
I tried your jupyter/ipython example in sage -n=ipython (version 7 rc1 ) 
and it does work !
I use %display latex in sage -n=ipython to have latex displayed.
Sorry for cuting the example I didn't even notice it. 
Best
Henri

Le lundi 18 janvier 2016 17:40:26 UTC+1, HG a écrit :
>
> Hi,
> I can't get no maplotlib graphic inline , is it possible to do it ?
> %display latex
> %matplotlib inline
> import matplotlib.pyplot as plt
> import numpy as np
> x=np.linspace(-5,5,100)
> plt.plot(x,np.sin(x))  # on utilise la fonction sinus de Numpy
> plt.ylabel('fonction sinus')
> plt.xlabel("l'axe des abcisse
> Any help
> Regards
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to