Skip to content

Commit

Permalink
clarify in doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
cshanahan1 committed Dec 20, 2024
1 parent a48e31e commit 961d60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdaviz/configs/imviz/plugins/catalogs/catalogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def zoom_to_selected(self, padding=0.02, return_bounding_box=False):
padding : float, optional
A fractional value representing the padding around the bounding box
of the selected points. It is applied as a proportion of the largest
dimension of the viewer's current limits. Defaults to 0.02.
dimension of the current extent of loaded data. Defaults to 0.02.
return_bounding_box : bool, optional
If True, returns the bounding box of the zoomed region as
((x_min, x_max), (y_min, y_max)). Defaults to False.
Expand Down

0 comments on commit 961d60b

Please sign in to comment.