#2100: sensible defaults for aspect ratio
-------------------------------------------------------+--------------------
Reporter: jason | Owner: was
Type: enhancement | Status:
positive_review
Priority: major | Milestone:
sage-4.6.2
Component: graphics | Keywords:
Author: Jason Grout, Karl-Dieter Crisman | Upstream: N/A
Reviewer: Andrey Novoseltsev, Karl-Dieter Crisman | Merged:
Work_issues: |
-------------------------------------------------------+--------------------
Comment(by kcrisman):
Thanks!
> I have also discovered the following behaviour which may be a bug:
> {{{
> sage: x,y = var('x,y')
> sage: print x, y
> sage: f(x,y) = x^2 + y^2 - 2
> sage: implicit_plot(f, (-3, 3), (-3, 3),fill=True).show(aspect_ratio=1)
> sage: implicit_plot(f, (-3, 3), (-3, 3),fill=False)
> }}}
> The first line (with `fill=True`) completely fills the plot, not just
the disk.
This also happens with e.g. 4.6.1.alpha3, so this is definitely not
related. It sounds a LOT like #9744. It'd be great if you could confirm
that. I thought we'd already taken care of this... unfortunately not, it
seems.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/2100#comment:35>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.