plot image with interpolation in Python Bokeh like matplotlib?
问题 Is there any way to plot 2D array as an image using Bokeh with interpolation like in Matplotlib? I am able to plot using an example: https://docs.bokeh.org/en/latest/docs/gallery/image.html However, the image is to coarse. I like the way interpolation work in Matplotlib: https://matplotlib.org/gallery/images_contours_and_fields/interpolation_methods.html I tried to perform interpolation beforehand but the matrix size now is to big. 回答1: If you are working with a large dataset then you could