Hello John,

Here is a way to force your result:

    sage: EllipticCurve('11a1').isogeny_graph().show(aspect_ratio=.1)

Graph.plot and Graph.show take a *LOT* of parameters:

1) Options specific to the plotting of graphs
2) Options specific to Graphics.plot()
3) Options specific to Graphics.show()

A long time ago I tried to make it a bit clearer by writing a doc which 
explains that, and lists all parameters accepted by the graph-specific 
functions:

    
http://doc.sagemath.org/html/en/reference/plotting/sage/graphs/graph_plot.html

As it was hardly the place to document Graphics.show() and Graphics.plot(), 
I added to the top of the 'Plot options' section two links toward the 
documentation of those two functions. The second of which, Graphics.show(), 
lists the keyword I used to produce the result you were looking for.

Of course that is rather unpractical, as you have to specify it yourself. I 
do not know [how/how easily] it could be made automatic. That may be a one 
liner, for somebody who is used to such code ^^;

Nathann

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