Skip to content

plot trajectory as line with detonation point as star #1

Open
mdb15106 opened this issue Apr 12, 2020 · 0 comments
Open

plot trajectory as line with detonation point as star #1

mdb15106 opened this issue Apr 12, 2020 · 0 comments

Comments

@mdb15106
Copy link

In the final plot, you have the entire trajectory marked with star markers. It would be beneficial instead to have the trajectory leading up to the detonation be a smooth curve, with a star denoting the detonation point only. This can be accomplished with two calls of plt.plot:

plt.plot(time_array, trajectory_array)
plt.plot(detonation_time, detonation_altitude, '*', markersize=some_noticeable_size)
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant