Changes between Initial Version and Version 1 of Ticket #12945, comment 2
- Timestamp:
- 05/13/12 20:36:19 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12945, comment 2
initial v1 1 1 Here is an old patch which applies to Sage 4.7.1.rc1. It should be updated to apply to 5.0.rc1, and probably to use the helper function ncohen wrote for #12942 (hence the dependencies of this ticket). 2 2 3 The current layout of the graph in the patch is based on the drawing on page 9 of the [ www.merl.com/papers/docs/TR98-16.pdf Graph-Drawing Contest Report] from the Fifth Annual Graph Drawing Contest. The drawing was made by Petrus Abri Santoso and Andi Surjanto and won first prize in Category C of the contest :)3 The current layout of the graph in the patch is based on the drawing on page 9 of the [http://www.merl.com/papers/docs/TR98-16.pdf Graph-Drawing Contest Report] from the Fifth Annual Graph Drawing Contest. The drawing was made by Petrus Abri Santoso and Andi Surjanto and won first prize in Category C of the contest :) 4 4 5 5 Is there a better layout we should use?