Problem with plotting in Jupyter notebook

Hi!

I’m relatively new to Julia and have been using the Plots library extensively for creating my visualizations on Jupyter notebooks.

Everything was flowing nicely, until very recently when my plots began to encounter the following problem:

As you can see the plot is only rendering the axes, title, labels, and the “north-eastern” portion of the heat-map itself. I don’t think this is a problem with the code itself as it was running correctly a few days ago. Furthermore, this problem is affecting ALL of my plots within the notebook.

I proceeded to restart the kernel and rerun the code to no avail.

I would appreciate any suggestions/solutions as this is preventing me from running my simulations and completing my thesis…

Thanks in advance!

Can you provide a minimal working example to reproduce this kind of behaviour? The simpler, the better.

1 Like