From 6abe7e281362ae3a3523e10212301c2dbbdb9770 Mon Sep 17 00:00:00 2001 From: Edoardo Apra Date: Thu, 9 Feb 2012 21:50:06 +0000 Subject: [PATCH] gnuplot option "set data style" is now " set style data" --- contrib/python/nh3.nw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/python/nh3.nw b/contrib/python/nh3.nw index ff5dc8576d..b0f2193bb3 100644 --- a/contrib/python/nh3.nw +++ b/contrib/python/nh3.nw @@ -62,14 +62,14 @@ python g.xlabel('Out-of-plane angle') g.ylabel('Energy') g.title('Inversion of NH3 - Energy vs. angle') - g('set data style linespoints') + g('set style data linespoints') g('set xrange [-25:25]') gr = Gnuplot.Gnuplot() gr.xlabel('Out-of-plane angle') gr.ylabel('Bond') gr.title('Inversion of NH3 - Bond-length vs. angle') - gr('set data style linespoints') + gr('set style data linespoints') gr('set xrange [-25:25]') # Generate points in a visually interesting order