Helloooooooooooo, This problem is very common with functions that take **args as input. It usually isn't hard to fix: you just have to make sure that a function taking **args as input will *ALWAYS* call another function with **args as argument. At the end of the call there should be some function which does not take **args as input, and thus does the job properly. This way, you are sure that the content is never lost.
Add me in Cc if you open a ticket, it will be quickly reviewed. Nathann On Thursday, April 16, 2015 at 5:24:26 PM UTC+2, Eric Gourgoulhon wrote: > > Hi, > > In Sage 6.6, it seems that the options passed to show() for displaying a > 3D object are not taken into account: > > sage: show(sphere(), figsize=10, frame=False, aspect_ratio=(1,1,0.5)) > > gives the same output as a mere show(sphere()). > > This issue occurs both with the default viewer (Jmol) as with Tachyon. For > a 2D object, there is no problem. > > For Sage 6.5, it was OK. > For Sage 6.6.beta5, the problem was already there (but I've noticed it > only today, sorry...). > > Eric. > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.