Skip to content

Commit 62465d7

Browse files
committed
NEWS: Document fix for fill=NA legend (Issue #227)
1 parent 131516f commit 62465d7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

NEWS.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
- Fixed legend rendering for `fill=NA` aesthetic. Previously, legend symbols would incorrectly show solid fill when `fill=NA` was specified. Now `fill=NA` is properly converted to "transparent" before legend compilation, ensuring legend symbols appear hollow as expected. This makes `fill=NA` behave identically to `fill="transparent"`.
44

5-
# Changes in version 2025.10.4 (Issue #234)
6-
7-
- Fixed `coord_equal()` and `coord_fixed()` to properly fill available plotting space. Previously, plots with fixed aspect ratios were unnecessarily shrunk due to incorrect normalization in the `fixed_spaces()` function. The fix changes from using `min(z, 1)` to normalizing by the maximum value across both dimensions, ensuring at least one dimension fills the available space while maintaining the correct aspect ratio.
8-
95
# Changes in version 2025.10.3 (PR#240)
106

117
- `guide_legend(override.aes)` works in a plot with both color and fill legends.

0 commit comments

Comments
 (0)