overlaying actual observed drifter tracks #1147
Unanswered
jamespatrickmanning
asked this question in
Q&A
Replies: 1 comment
-
One option is to add a dictionary More flexibility is available if using the separate TrajAn package (under development): But, I believe that your approach should work if you do it like this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I like the OpenDrift plots of model trajectories but I would like to be able to overlay real drifter tracks.
I tried following simple sequence:
fig = plt.figure()
ax = fig.add_subplot(1, 1, 1)
OD.plot()
ax.plot(drifterlons,drifterlats)
but that puts the modelled and observed tracks in separate figures.
Beta Was this translation helpful? Give feedback.
All reactions