Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow custom time window in plots #189

Open
kyllingstad opened this issue Sep 23, 2020 · 1 comment
Open

Allow custom time window in plots #189

kyllingstad opened this issue Sep 23, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@kyllingstad
Copy link
Member

The visible time window in plots is limited to a discrete set of choices between 10 seconds and 20 minutes. This seems a bit arbitrary, and often not sufficient. If possible, we should allow users to set the length of the time window themselves, and "unlimited" ought to be an option (at least for the x–y plots).

@kyllingstad kyllingstad added the enhancement New feature or request label Sep 23, 2020
@SSkjong
Copy link

SSkjong commented Oct 20, 2020

It could be an idea to change the choices of seconds/minutes to numbers of sample points (length of data buffers). Also the choice of seconds/minutes does not scale with memory usage since it also depends on the macro time step size. Using the number of sample points is more generic since data from 20 min of simulation looking at electrical circuits, e.g. transformers and converters with time constants in the range of micro/nano seconds, is a lot compared to an offshore marine operation where 20 min is relatively low, and in the range of the time constants for the environmental conditions. Also, an additional feature/option regarding plotting could be to skip every X samples to save memory (and for keeping a longer history in the plot).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants