How did you get the .png picture? SageMath Cloud gives .svg files as 
output... 

On Tuesday, June 10, 2014 3:12:07 AM UTC-7, Андрей Ширшов wrote:
>
> Hello!
>
> mu = var('mu')
> L = [t.rhs() for t in solve([mu^6==1],mu)]
> Coords = [(real(t), imag(t)) for t in L]
> P = point(Coords, size=50)
> P.set_aspect_ratio(1)
> P.show()
> Please see result in attachment.
>
>
> вторник, 10 июня 2014 г., 10:48:08 UTC+4 пользователь David Ingerman 
> написал:
>>
>>  
>>  How to plot output of solve() on coordinate plane?
>> For example: show((solve([mu^6==1],mu))) gives symbolic LaTex output
>>
>>  Thank you...
>>
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to