You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In showMollview(), when running on Datalab using rubin_sim and kernel "LSST-2021.10.13 Py3" (which seems to be required to run rubin_sim), the line retrieving the colorbar,
plt.gca().images[-1].colorbar
now returns None instead of the colorbar object. This might be related to the matplotlib version... the new kernel uses matplotlib version 3.3.4 while the older version uses 3.4.1.
The text was updated successfully, but these errors were encountered:
In showMollview(), when running on Datalab using rubin_sim and kernel "LSST-2021.10.13 Py3" (which seems to be required to run rubin_sim), the line retrieving the colorbar,
plt.gca().images[-1].colorbar
now returns None instead of the colorbar object. This might be related to the matplotlib version... the new kernel uses matplotlib version 3.3.4 while the older version uses 3.4.1.
The text was updated successfully, but these errors were encountered: