Is there any mechanism to render the generated plots into an image.
Context: I routinely use matplotlib to plot equivalent figures with no issues(in python).Some of my figures (statter plots) have a lot of data and are excessively large for the browser to load. (150mb html file).
I see that the plotly python api has support to render images into images. Is there any way to do the same with the images i generate in scala?
Is there any mechanism to render the generated plots into an image.
Context: I routinely use matplotlib to plot equivalent figures with no issues(in python).Some of my figures (statter plots) have a lot of data and are excessively large for the browser to load. (150mb html file).
I see that the plotly python api has support to render images into images. Is there any way to do the same with the images i generate in scala?