Skip to content

Commit

Permalink
change plot labels
Browse files Browse the repository at this point in the history
  • Loading branch information
mzucker committed Aug 15, 2016
1 parent bd49086 commit 0753314
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plot_cubic.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

plt.legend()
plt.grid('on')
plt.xlabel('Page x (m)')
plt.ylabel('Page z (m)')
plt.title('Cubic splines constrained to zero at endpoints')
plt.xlabel('Horizontal page coordinate $x$')
plt.ylabel('Vertical displacement $z$')
plt.title('Cubic curves constrained to zero at endpoints')
plt.savefig('cubic_splines.png')
plt.show()

0 comments on commit 0753314

Please sign in to comment.