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
{{ message }}
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
The standard way of setting the scale range (via X/Y Axis submenu of the context menu) is not user-friendly when the axis is a DateAxisItem (e.g. the X axis in TaurusTrend widget) because the numerical values displayed and expected for the range limits are are "epoch" values.
A more user-friendly UI should be provided, ideally allowing to use both absolute and relative date strings, and possibly even using dedicated calendar/clock widgets.
As an inspiration, the UI in the old implementation in taurus.qwt5.TaurusPlotConfigDialog was quite friendly and compact (see, e.g., strtimetoepoch ).
The text was updated successfully, but these errors were encountered:
The standard way of setting the scale range (via X/Y Axis submenu of the context menu) is not user-friendly when the axis is a
DateAxisItem
(e.g. the X axis inTaurusTrend
widget) because the numerical values displayed and expected for the range limits are are "epoch" values.A more user-friendly UI should be provided, ideally allowing to use both absolute and relative date strings, and possibly even using dedicated calendar/clock widgets.
As an inspiration, the UI in the old implementation in
taurus.qwt5.TaurusPlotConfigDialog
was quite friendly and compact (see, e.g., strtimetoepoch ).The text was updated successfully, but these errors were encountered: