NSLS-II / pyCHX

chx_analysis_codes
BSD 3-Clause "New" or "Revised" License
5 stars 6 forks source link

[v2] replacement for ModestImage dependancy #43

Open ambarb opened 3 years ago

ambarb commented 3 years ago

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:

In the following modules:

It seems only that imshow is used.

So basically, it seems we need to understand how imshow from ModestImage improved plotting of 2D images.

danielballan commented 3 years ago

@tacaswell Can you remind me what the motivation was for this and how we might get a similar result from plain mpl?