Gurus,
I was trying to copy a python plot from jupyterlab. Although the image looks fine under jupyterlab, it shows a totally black theme after it is pasted to my word doc. Could you please let me know how to solve this? Thx.
My code was
x=[1,2,3]
y=[1,2,3]
plt.scatter(x, y)