Skip to content

Commit

Permalink
fix mangled list in example
Browse files Browse the repository at this point in the history
  • Loading branch information
kosack committed Feb 22, 2024
1 parent 5fbea32 commit 19fe45e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions examples/visualization/camera_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,12 @@
# top of the camera (when parked) is aligned to the X-axis. To show the
# camera in another orientation, it’s useful to apply a coordinate
# transform to the ``CameraGeometry`` before passing it to the
# ``CameraDisplay``. The following ``Frames`` are supported: \*
# ``EngineeringCameraFrame`` : similar to CameraFrame, but with the top of
# the camera aligned to the Y axis \* ``TelescopeFrame``: In *degrees* (on
# the sky) coordinates relative to the telescope Alt/Az pointing position,
# with the Alt axis pointing upward.
# ``CameraDisplay``. The following ``Frames`` are supported:
#
# * ``EngineeringCameraFrame`` : similar to CameraFrame, but with the top of
# the camera aligned to the Y axis
# * ``TelescopeFrame``: In *degrees* (on the sky) coordinates relative to the
# telescope Alt/Az pointing position, with the Alt axis pointing upward.
#

fig, ax = plt.subplots(1, 3, figsize=(15, 4))
Expand Down

0 comments on commit 19fe45e

Please sign in to comment.