Skip to content

Commit 37f2472

Browse files
fix: use rgb convention for xyz axis in viewer (#537)
1 parent 6f73913 commit 37f2472

File tree

1 file changed

+2
-2
lines changed
  • bindings/python/tools/python/ostk/astrodynamics

1 file changed

+2
-2
lines changed

bindings/python/tools/python/ostk/astrodynamics/viewer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,14 +205,14 @@ def add_profile(
205205
direction=(0.0, +1.0, 0.0),
206206
half_angle=Angle.degrees(1.0),
207207
length=Length.meters(2.0),
208-
color="blue",
208+
color="green",
209209
),
210210
ConicSensor(
211211
name="z_axis",
212212
direction=(0.0, 0.0, +1.0),
213213
half_angle=Angle.degrees(1.0),
214214
length=Length.meters(2.0),
215-
color="green",
215+
color="blue",
216216
),
217217
]
218218
)

0 commit comments

Comments
 (0)