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

Polyhedron plot absorbs point3d elements incorrectly when summed #13288

Closed
kcrisman opened this issue Jul 24, 2012 · 8 comments
Closed

Polyhedron plot absorbs point3d elements incorrectly when summed #13288

kcrisman opened this issue Jul 24, 2012 · 8 comments

Comments

@kcrisman
Copy link
Member

This plots fine.

Z = Polyhedron([[2,3,3],[3,0,3],[2,6,1],[1,0,1],[6,7,2]])
z = Z.plot()
z

Now try adding a point.

z+point3d((0,0,0),size=30,color='red')

This looks fine too.

z

And now we've added a point to the polyhedron!

This was originally noticed at this ask.sagemath.org question inside an interact, where, as one might imagine, it would be particularly annoying.

Component: graphics

Reviewer: Frédéric Chapoton

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

@jasongrout
Copy link
Member

comment:1

I think this is probably nothing more than a manifestation of #9089

@kcrisman
Copy link
Member Author

comment:2

Hmm, I bet you're right. How about you update the patch there and we find out ;-)

@jasongrout
Copy link
Member

comment:3

When I get time...

@jdemeyer jdemeyer modified the milestones: sage-5.11, sage-5.12 Aug 13, 2013
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.1, sage-6.2 Jan 30, 2014
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.2, sage-6.3 May 6, 2014
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.3, sage-6.4 Aug 10, 2014
@mkoeppe
Copy link
Member

mkoeppe commented Aug 15, 2016

Reviewer: marked as invalid - please review

@mkoeppe
Copy link
Member

mkoeppe commented Aug 15, 2016

comment:8

No problem with the red point in 7.4.beta0, though plotting the polyhedron is broken with the Java-based jmol (#20978).

@mkoeppe mkoeppe removed this from the sage-6.4 milestone Aug 15, 2016
@fchapoton
Copy link
Contributor

Changed reviewer from marked as invalid - please review to Frédéric Chapoton

@fchapoton
Copy link
Contributor

comment:9

ok, also works for me in 7.4.b1

@embray
Copy link
Contributor

embray commented Aug 30, 2016

comment:10

Determined to be invalid/duplicate/wontfix (closing as "wontfix" as a catch-all resolution).

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

7 participants