From 18b7d9431dad657a161908b716186f28c7772274 Mon Sep 17 00:00:00 2001 From: Arthur Eigenbrot Date: Tue, 4 Feb 2025 10:51:17 -0700 Subject: [PATCH] Update changelog fragment talking about new `.plot` kwarg --- changelog/504.feature.2.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/504.feature.2.rst b/changelog/504.feature.2.rst index 67bb1262..64d7987d 100644 --- a/changelog/504.feature.2.rst +++ b/changelog/504.feature.2.rst @@ -1,2 +1,2 @@ -Add `limits_from_wcs` kwarg to `TiledDataset.plot`. -This option (default ``True``) flips each tile to ensure that the WCS coordinate values increase from lower-left to upper-right. +Add `swap_tile_limits` kwarg to `TiledDataset.plot`. +This option allows the user to invert plot limits on either axes to account for WCS values that decrease compared to the pixel axes.