We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This would allow to look at the evolution of a property in a dataset, in particular trajectories from simulations.
This is already achievable by adding a index property, and then using the map to show property = f(index), but maybe this could be made easier.
index
property = f(index)
A first step we could take to make it easier is to automatically add such index property to the dataset.
After that, we could use a separate widget to show the plots, maybe reusing the work done in #78?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This would allow to look at the evolution of a property in a dataset, in particular trajectories from simulations.
This is already achievable by adding a
index
property, and then using the map to showproperty = f(index)
, but maybe this could be made easier.A first step we could take to make it easier is to automatically add such
index
property to the dataset.After that, we could use a separate widget to show the plots, maybe reusing the work done in #78?
The text was updated successfully, but these errors were encountered: