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 e9db8e0 commit 628b1dfCopy full SHA for 628b1df
main.py
@@ -236,6 +236,9 @@ def main():
236
plot_energy(system, [x_t_stoch_no_vel[0], x_t_stoch_no_vel[-1]], args.log_plots)
237
show_or_save_fig(args.save_dir, 'path_energy_stochastic', args.extension)
238
239
+ system.plot(title='Stochastic Paths', trajectories=x_t_stoch_no_vel)
240
+ show_or_save_fig(args.save_dir, 'paths_stochastic', args.extension)
241
+
242
system.plot(title='Stochastic Paths', trajectories=x_t_stoch_no_vel)
243
trajectories_to_plot = 2
244
colors = plt.rcParams['axes.prop_cycle'].by_key()['color']
0 commit comments