We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
const regl = require('regl')({ extensions: 'oes_element_index_uint' }) const createMatrix = require('./') // create splom instance let splom = createMatrix(regl) splom.update({ data: [ [1, 2, 3], [4, 6, 8] ], ranges: [ [0, 10], [0, 10] ] }) splom.draw() setTimeout(() => { splom.destroy() }, 2000)
spits out
cc @dfcreative
The text was updated successfully, but these errors were encountered:
first pass splom basePlotModule clean step
0fb65dd
... the destroy method for regl-scattermatrix instance is broken, see gl-vis/regl-splom#3
Fixed 7ac2624
Sorry, something went wrong.
In plotly.js with plotly/plotly.js@32118b0
Thanks very much!
No branches or pull requests
spits out
cc @dfcreative
The text was updated successfully, but these errors were encountered: