Skip to content
Snippets Groups Projects
Commit 030eddf1 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

fix labels for plot

parent a5b08c08
No related branches found
No related tags found
1 merge request!21Bugfix/nansampling
......@@ -76,7 +76,7 @@ def compare_trajectories(
a.plot(pf['tracers0/state'][:, :ntrajectories, 0],
pf['tracers0/state'][:, :ntrajectories, 2])
a.set_xlabel('$x$')
a.set_xlabel('$z$')
a.set_ylabel('$z$')
c0_initial_condition = pf['tracers0/state'][0, :ntrajectories]
pf.close()
......@@ -94,7 +94,7 @@ def compare_trajectories(
a.plot(state[:, :, 0],
state[:, :, 2])
a.set_xlabel('$x$')
a.set_xlabel('$z$')
a.set_ylabel('$z$')
f.tight_layout()
f.savefig('figs/trajectories.pdf')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment