Skip to content

Conversation

@JuleAdrian
Copy link
Collaborator

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

@codecov
Copy link

codecov bot commented Dec 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.19%. Comparing base (ba9f233) to head (72fe615).

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ThoChat ThoChat self-requested a review December 12, 2025 10:41
Copy link
Collaborator

@ThoChat ThoChat left a 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",
Copy link
Collaborator

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:"
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unification of options for all plot functions add further options in plot_voronoi_cells

2 participants