Commit dbad259
BUG: Fix missing titles in roll parameter plots for fin sets
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>1 parent 8cdb69f commit dbad259
File tree
2 files changed
+2
-1
lines changed- rocketpy
- plots
- rocket/aero_surface/fins
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
168 | 167 | | |
169 | 168 | | |
170 | 169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
| 331 | + | |
331 | 332 | | |
332 | 333 | | |
333 | 334 | | |
| |||
339 | 340 | | |
340 | 341 | | |
341 | 342 | | |
| 343 | + | |
342 | 344 | | |
343 | 345 | | |
344 | 346 | | |
| |||
0 commit comments