You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that LogScale inherits from Scale Python side. But LogScaleModel and LogScale inherits respectively from LinearScaleModel and LinearScale JavaScript side. This means that the LogScale expects some attributes in the widget model that are not set Python side.
I suppose LogScale should at least inherit from LinearScale Python side, and an even cleaner solution could be to have a NumericalScale intermediate class.
The text was updated successfully, but these errors were encountered:
I noticed that
LogScale
inherits from Scale Python side. ButLogScaleModel
andLogScale
inherits respectively fromLinearScaleModel
andLinearScale
JavaScript side. This means that theLogScale
expects some attributes in the widget model that are not set Python side.I suppose
LogScale
should at least inherit fromLinearScale
Python side, and an even cleaner solution could be to have aNumericalScale
intermediate class.The text was updated successfully, but these errors were encountered: