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.