Plotting an image using bokehjs

Hi,

Is the Image api exposed through BokehJS, if so, is there an example of using it?

Thanks

The Figure class has (or at least, is supposed to have) the same interface in Python and in TypeScript. So you can just use its image* methods, just like you would use any other model method in BokehJS.