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
Version built from master several days ago.
I used plot2d sample with cmake on Windows.
Is it possible that axes would represent real coordinates while zooming or moving chart arround? They seem stuck, or "glued" instead of representing real coordinates during chart/plot inspection.
The text was updated successfully, but these errors were encountered:
Right now, the axes coordinate values are computed only once when the axes range is changed by calling chart::setAxesLimits. They don't auto-recompute when the object is transformed. Perhaps that can be added but I would have to think through the behavior and corresponding code changes. I won't be able to get to this task in the first half of 2021 I think. Let's keep this issue open as an feature improvement request.
Version built from master several days ago.
I used plot2d sample with cmake on Windows.
Is it possible that axes would represent real coordinates while zooming or moving chart arround? They seem stuck, or "glued" instead of representing real coordinates during chart/plot inspection.
The text was updated successfully, but these errors were encountered: