Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added way for PolarAxis to pull fontsize attribute from Figure (#4314)
* Added way for PolarAxis to pull fontsize attribute from Figure Adjusted the "rticklabelsize" and "thetaticklabelsize" properties in the "types.jl" file to fall back to inheriting the fontsize from the Figure, if the ticklabelsize is not defined. This fixes issue #3928 (#3928). * Added reference tests and changes to CHANGELOG.md for PR #4314 * Corrected and moved reference tests * Removed trailing whitespace * Changed frontsize inheritance according to discussion in PR #4314 yticklabelsize now propagates into rticklabelsize instead of thetaticklabelsize and xticklabelsize now propagates into thetaticklabelsize * Added unit tests similar to image reference tests for PolarAxis fontsize * Removed reference image tests > Actually I think this would be better as unit tests. There is already a refimg test for decorations that should confirm that changing r-/thetaticklabelsize has the desired effect. So here you just need to confirm that the PolarAxis is correctly inheriting values. * Made changelog entry message clearer to understand * Update testset (PolarAxis from Theme) to use correct code for theming * Fixed indentation issues * Update CHANGELOG.md --------- Co-authored-by: Simon <sdanisch@protonmail.com> Co-authored-by: Frederic Freyer <frederic481994@hotmail.de>
- Loading branch information