-
Notifications
You must be signed in to change notification settings - Fork 16
Unification of plot functions #509
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
base: main
Are you sure you want to change the base?
Unification of plot functions #509
Conversation
…plot density, speed and acceleration
…ents marker and marker_size
Codecov Report✅ All modified and coverable lines are covered by tests. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ThoChat
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good, just minor cosmetic changes are required for the user guide.
| "cell_type": "markdown", | ||
| "metadata": {}, | ||
| "source": [ | ||
| "### Note:\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "note" format should be change to match the other one used in the User guide: ":::{note}".
| "source": [ | ||
| "### Note:\n", | ||
| "\n", | ||
| "For all functions that plot time series, it is also possible to plot the time in Seconds on the x-axis instead of the frame. You can choose this option with the keyword argument x_axis. Then, also a framerate needs to be defined as in the following example:" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For all functions that plot time series, it is also possible to plot the time in seconds on the x-axis instead of the frame. You can choose this option with the keyword argument x_axis. Then, a framerate also needs to be defined, as in the following example:
Minor changes: lowercase for "second" and change of place of the "also" in the last sentence.
Closes #466
Closes #449
Most of the plot_functions were adjusted. Now, we have similar options in all plot_functions.
As a default, the title is empty
The following options can be set for all plot_funcitons: title, x_label, y_label, line width and color of borders, measurement_areas_, measurement_lines, lines that are ploted
When timeseries are plotted, you have the option to either plot frame or time at the x-axis
all plot_functions are used in the user_guide notebook