On Saturday, December 26, 2015, Jori Mäntysalo <jori.mantys...@uta.fi>
wrote:

> On Wed, 23 Dec 2015, Kazimierz Kurz wrote:
>
> On my own instance of sagemath ( ver. 6.8) there is complete different!
>> The same code produces first list of 36 elements of G[k][0],G[k][1] and
>> them
>> 36 plots.
>>
>> Is this normal?
>>
>
> Yes, it is. And I don't like that either.
>
> In some previous version of Sage I was able to say
>
> P = Poset({1: [2]})
> print "Original:"
> P.show()
> print "Reversed:"
> P.dual().show()
>
> in the notebook and got expected result. It just does not work that way
> anymore.
>
>
It has never worked that way.  There are fundamental reasons why related to
the approach Tom Boothby and I made up one day in my office in 2006 to deal
with this problem (namely look at all files produced as a side effect of
running the code and display or link to them).   In SageMathCloud and
jupyter we instead have messages for image output, so you see the images in
order as part of the output stream.

William



> --
> Jori Mäntysalo
>


-- 
Sent from my massive iPhone 6 plus.

-- 
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