Skip to content

Change plotting docstring to specify integer RGB values#3868

Merged
paulromano merged 1 commit intoopenmc-dev:developfrom
CoronelBuendia:3866_plot_docstring_matti
Mar 12, 2026
Merged

Change plotting docstring to specify integer RGB values#3868
paulromano merged 1 commit intoopenmc-dev:developfrom
CoronelBuendia:3866_plot_docstring_matti

Conversation

@CoronelBuendia
Copy link
Contributor

@CoronelBuendia CoronelBuendia commented Mar 12, 2026

Description

Fixes the docstring in _PLOT_PARAMS to specify RGB values as integers in the range [0, 255].

Fixes #3866

Checklist

  • I have performed a self-review of my own code
  • I have run clang-format (version 18) on any C++ source files (if applicable)
  • I have followed the style guidelines for Python source files (if applicable)
  • I have made corresponding changes to the documentation (if applicable)
  • I have added tests that prove my fix is effective or that my feature works (if applicable)

Copy link
Contributor

@paulromano paulromano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @CoronelBuendia!

@paulromano paulromano changed the title Change plotting docstring to specify integer RBG values Change plotting docstring to specify integer RGB values Mar 12, 2026
@paulromano paulromano merged commit 387b41a into openmc-dev:develop Mar 12, 2026
17 checks passed
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.

Plotting documentation strings incorrect regarding RGB value format.

2 participants