From: Martin Kronbichler Date: Mon, 26 May 2008 09:37:03 +0000 (+0000) Subject: Current gnuplot versions want another syntax for setting styles ('set style data... X-Git-Tag: v8.0.0~9066 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96f854a9fc9b53d07e101ce21f9c059b322926bc;p=dealii.git Current gnuplot versions want another syntax for setting styles ('set style data' instead of 'set data style'). git-svn-id: https://svn.dealii.org/trunk@16208 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-10/doc/results.dox b/deal.II/examples/step-10/doc/results.dox index 84d1954b6e..fd81759e25 100644 --- a/deal.II/examples/step-10/doc/results.dox +++ b/deal.II/examples/step-10/doc/results.dox @@ -7,7 +7,7 @@ two methods described. Let us first take a look at the generated graphics. They are generated in Gnuplot format, and can be viewed with the commands @code -set data style lines +set style data lines set size 0.721, 1 set nokey plot [-1:1][-1:1] "ball0_mapping_q1.dat" diff --git a/deal.II/examples/step-2/doc/results.dox b/deal.II/examples/step-2/doc/results.dox index 32df0f7247..1b592564d7 100644 --- a/deal.II/examples/step-2/doc/results.dox +++ b/deal.II/examples/step-2/doc/results.dox @@ -22,7 +22,7 @@ examples/step-2> gnuplot Terminal type set to 'x11' -gnuplot> set data style points +gnuplot> set style data points gnuplot> plot "sparsity_pattern.1" @endcode diff --git a/deal.II/examples/step-3/doc/results.dox b/deal.II/examples/step-3/doc/results.dox index 69018f874b..7775694464 100644 --- a/deal.II/examples/step-3/doc/results.dox +++ b/deal.II/examples/step-3/doc/results.dox @@ -43,7 +43,7 @@ examples/step-3> gnuplot Terminal type set to 'x11' -gnuplot> set data style lines +gnuplot> set style data lines gnuplot> splot "solution.gpl" @endcode This produces the picture of the solution below left. Alternatively,