Skip to content

Axis visible in 3D #1599

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

Merged
merged 6 commits into from
Apr 17, 2017
Merged

Axis visible in 3D #1599

merged 6 commits into from
Apr 17, 2017

Conversation

etpinard
Copy link
Contributor

to be merged in #1595

This PR implements scene.(x|y|z)axis.visible at the convert step.

@etpinard
Copy link
Contributor Author

cc @rreusser

this._defaultLineTickLength = arrayCopy1D(this.lineTickLength);
this._defaultTickPad = Lib.extendFlat([], this.tickPad);
this._defaultLabelPad = Lib.extendFlat([], this.labelPad);
this._defaultLineTickLength = Lib.extendFlat([], this.lineTickLength);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't this just .slice()?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh right. Good 👁️ thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done in bc0f890

@alexcjohnson
Copy link
Collaborator

Looks great to me - I can see this (in both 2D and 3D) being pretty nice for certain abstract plots!

💃 after my one comment.

@etpinard etpinard added this to the v1.26.0 milestone Apr 17, 2017
@etpinard etpinard merged commit c2a7092 into carpet-rebase Apr 17, 2017
@etpinard etpinard deleted the axis-visible-3d branch April 17, 2017 13:52
@rreusser
Copy link
Contributor

Definitely! Nice solution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature something new
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants