0.0.8 • Published 4 years ago

plotly-image3d v0.0.8

Weekly downloads
7
License
ISC
Repository
-
Last release
4 years ago

plotly-image3d

Plot 3d-image

Usage

const { registerImage3d } = require("plotly-image3d")
const plotly = require('plotly.js')
registerImage3d(Plotly.register, Plotly.Plots.getModule)

plotly.rect(document.body,
    [{
      type: 'image3d',
      x: [0, 0, 1, 1, 0],
      y: [0, 0, 1, 1, 0],
      z: [0, 1, 1, 0, 0],
      opacity: 1,
      source: 'url to image'
    }]
    )
0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago