#18327: Fix graph bounding box
-------------------------------------+-------------------------------------
       Reporter:  vbraun             |        Owner:
           Type:  defect             |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.7
      Component:  graph theory       |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Volker Braun       |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/vbraun/fix_graph_bounding_box    |  57e13e6f294218589d95caf5122a1841ecbe71a0
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------
Description changed by vbraun:

Old description:

> Loops in graphs are often truncated in the matplotlib plot.
> {{{
> sage: Graph({0:[0,1]}).plot()
> }}}
> [[Image(http://sagepad.org/pub/sage-
> trac/18327/graph_plot_bbox_before.svg)]]

New description:

 Loops in graphs are often truncated in the matplotlib plot.
 {{{
 sage: Graph({0:[0,1]}).plot()
 }}}
 [[Image(http://sagepad.org/pub/sage-
 trac/18327/graph_plot_bbox_before.svg)]]
 After patch:
 [[Image(http://sagepad.org/pub/sage-
 trac/18327/graph_plot_bbox_after.svg)]]

--

--
Ticket URL: <http://trac.sagemath.org/ticket/18327#comment:5>
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 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-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to