kuadrat / arpys

ARPES data analysis tools
GNU Lesser General Public License v3.0
12 stars 4 forks source link

PIT: mainwindow.set_alpha funky #1

Closed kuadrat closed 6 years ago

kuadrat commented 6 years ago

Using pit.set_alpha() from the embedded console only switches the alpha in pit.lut between two possible values (128 or no alpha). At the same time, after issuing the command the main plot is rescaled and the z scalebar does not react to upwards scrolling anymore.

kuadrat commented 6 years ago

The same happens for pit.set_cmap().

kuadrat commented 6 years ago

The alpha issue has to do with pit.lut being an array of dtype uint8.