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

3d zeroline modification #112

Merged
merged 6 commits into from
Dec 16, 2015
Merged

3d zeroline modification #112

merged 6 commits into from
Dec 16, 2015

Conversation

cldougl
Copy link
Member

@cldougl cldougl commented Dec 14, 2015

  • remove dataCenter var so zeroline shows at 0 for scatter3d and surface plots

@cldougl
Copy link
Member Author

cldougl commented Dec 15, 2015

still broken for log axes where the zeroline is shown at 1 i.e.

if ('zeroline' in axes) opts.zeroEnable[i] = axes.zeroline;
// Remove zeroline if axis type is log
// otherwise the zeroline is incorrectly drawn at 1 on log axes
if (axes.type === 'log') opts.zeroEnable[i] = false;
Copy link
Contributor

Choose a reason for hiding this comment

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

nice.

@etpinard
Copy link
Contributor

@cldougl Great job. 3D 🐛 s are the hardest to slay.

💃

cldougl added a commit that referenced this pull request Dec 16, 2015
@cldougl cldougl merged commit 7992cb9 into master Dec 16, 2015
@etpinard etpinard deleted the 3d_zeroline_bug branch December 16, 2015 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants