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.