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
ModestImage was implemented as a dependency to better control matplotlib output. Unsure how much affects _common but this certainly affects _futurepyCHX
ModestImage is not part of standard analysis environment
Understand now that ModestImage is/was a young projects with single developer
ModestImage was implemented as a dependency to better control
matplotlib
output. Unsure how much affects_common
but this certainly affects_futurepyCHX
It seems functions imported from
modest_image
are:from modest_image import imshow
from modest_image import ModestImage, imshow
In the following modules:
It seems only that imshow is used.
ModestImage
in code baseModestImage
is only imported inTwo_Time_Correlation_Function
; so check .ipynb for papermill.So basically, it seems we need to understand how
imshow
fromModestImage
improved plotting of 2D images.The text was updated successfully, but these errors were encountered: