We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f73913 commit 37f2472Copy full SHA for 37f2472
bindings/python/tools/python/ostk/astrodynamics/viewer.py
@@ -205,14 +205,14 @@ def add_profile(
205
direction=(0.0, +1.0, 0.0),
206
half_angle=Angle.degrees(1.0),
207
length=Length.meters(2.0),
208
- color="blue",
+ color="green",
209
),
210
ConicSensor(
211
name="z_axis",
212
direction=(0.0, 0.0, +1.0),
213
214
215
- color="green",
+ color="blue",
216
217
]
218
)
0 commit comments