Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graph.show3D should have default aspect ratio of [1,1,1] #2724

Closed
jasongrout opened this issue Mar 29, 2008 · 3 comments
Closed

Graph.show3D should have default aspect ratio of [1,1,1] #2724

jasongrout opened this issue Mar 29, 2008 · 3 comments

Comments

@jasongrout
Copy link
Member

In the following:

sage: g=graphs.PetersenGraph()
sage: g.show3d()

the edges look messed up (some are darker and some are lighter and it changes as you rotate the graph). Putting aspect_ratio=[1,1,1] fixes the problem:

sage: g=graphs.PetersenGraph()
sage: g.show3d(aspect_ratio=[1,1,1])

Component: graph theory

Issue created by migration from https://trac.sagemath.org/ticket/2724

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Mar 29, 2008

comment:1

Might this be a duplicate of #2477, i.e. show3d vs. plot3d? This also has some overlap with #2100.

Cheers,

Michael

@rlmill
Copy link
Mannequin

rlmill mannequin commented Mar 29, 2008

comment:2

This is an exact duplicate of #2477. Make sure to check before posting tickets!

@rlmill rlmill mannequin closed this as completed Mar 29, 2008
@rlmill rlmill mannequin added r: duplicate and removed p: major / 3 labels Mar 29, 2008
@jasongrout
Copy link
Member Author

comment:3

You're right, it's a dup of #2477. I tried searching for a ticket, but didn't find that one (I was looking for show3d).

I've posted a review for that patch.

@sagetrac-mabshoff sagetrac-mabshoff mannequin removed this from the sage-2.11 milestone Mar 29, 2008
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant