slaclab / pydm

Python Display Manager
http://slaclab.github.io/pydm/
Other
111 stars 76 forks source link

ENH: Base Plot Axis log mode setter #1075

Closed zdomke closed 2 months ago

zdomke commented 2 months ago

Follow up to #1061

Add a signal to BasePlotAxisItem to be emitted when the user changes the axis' log mode. The axis' associated plot has a slot attached to this signal that will alter the log mode of each curve linked to the axis.

This allows users to change the log mode of axes while the application is running, instead of just on initialization.