Skip to content

Contourgl image tests #1832

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

Closed
dy opened this issue Jun 28, 2017 · 1 comment
Closed

Contourgl image tests #1832

dy opened this issue Jun 28, 2017 · 1 comment

Comments

@dy
Copy link
Contributor

dy commented Jun 28, 2017

I was exploring #1825 and realized that there is no image tests for contourgl type of plot, and simple setup is broken on my laptop:

<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
<script>
Plotly.plot(document.body, [{
  type: 'contourgl',
  z: [[1,2,3],[2,1,2]]
}]);
</script>

image

Codepen

Although, replacing plotly include with <script src="https://cdn.plot.ly/plotly-gl2d-latest.min.js"></script> fixes the plot.

image

Is contourgl excluded from main bundle by default or there is a bug? In particular, I cannot debug the issue mentioned in #1825

@etpinard

@dy
Copy link
Contributor Author

dy commented Jun 28, 2017

Oh, that is excluded, I see. Ok.

@dy dy closed this as completed Jun 28, 2017
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

No branches or pull requests

1 participant