This PR aims to fix #2194, which actually affects any of the matplotlib viewers that use log axes. The reason for the incorrect aspect described in the issue is that we currently only update the x log axes when setting up callbacks. This PR adds a call to update_y_log as well.
This PR aims to fix #2194, which actually affects any of the matplotlib viewers that use log axes. The reason for the incorrect aspect described in the issue is that we currently only update the x log axes when setting up callbacks. This PR adds a call to
update_y_log
as well.