release: RegressionLab 1.1.4 - #46
Conversation
There was a problem hiding this comment.
馃挕 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fd9ed559ff
鈩癸笍 About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 馃憤.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| ax.set_ylabel(label, fontsize=10) | ||
| ax.tick_params(axis="both", labelsize=9) | ||
| plt.tight_layout() | ||
| fig.tight_layout() |
There was a problem hiding this comment.
Apply the MathText fallback to one-column pair plots
When the selected data contains exactly one numeric column with invalid MathText, this branch calls tight_layout() directly, so Matplotlib still raises a parsing ValueError instead of returning or saving the promised plain-text fallback. Route this branch through equivalent fallback handling, including replacing both axis labels before retrying.
Useful? React with 馃憤聽/ 馃憥.
Summary
Validation
uff check . --fix,
uff format ., and pip check passed.