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

Add contourgl trace module #434

Merged
merged 6 commits into from
Apr 20, 2016
Merged

Add contourgl trace module #434

merged 6 commits into from
Apr 20, 2016

Conversation

etpinard
Copy link
Contributor

@etpinard etpinard commented Apr 15, 2016

@mdtusz @bpostlethwaite @mikolalysenko

image

as for heatmapgl, contourgl won't be part of the dist plotly.js bundle - until gl2d plots can have reliable image test support.

To register contourgl :

var Plotly = require('plotly.js/lib/core');

Plotly.register(
  require('plotly.js/lib/contourgl')
);

Plotly.plot(/* as normally */)

@mdtusz
Copy link
Contributor

mdtusz commented Apr 15, 2016

Nice sample plot. 🍻

@mdtusz
Copy link
Contributor

mdtusz commented Apr 20, 2016

Sorry this ones been sitting for a while. I can't find anything wrong here though!

💃

@bpostlethwaite
Copy link
Member

💃

@etpinard etpinard merged commit bb8137c into master Apr 20, 2016
@etpinard etpinard deleted the contourgl branch April 20, 2016 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants