BUG: Fix missing titles in roll parameter plots for fin sets by Gui-FernandesBR · Pull Request #934 · RocketPy-Team/RocketPy

@Gui-FernandesBR @claude

Call set_title(None) on clf_delta and cld_omega after set_inputs/set_outputs
in Fins.evaluate_roll_parameters() so the title is auto-generated from the
updated axis names instead of remaining None.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

@Gui-FernandesBR @claude

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

@Gui-FernandesBR