From 49143998615d4c33d1c18b35895f60d6ce3a2abd Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 25 Jan 2006 05:09:40 +0000 Subject: [PATCH] Add slight content. git-svn-id: https://svn.dealii.org/trunk@12157 0785d39b-7218-0410-832d-ea1e28bc413d --- .../step-2.data/results.html | 33 ++++++++++++++++--- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/step-2.data/results.html b/deal.II/doc/tutorial/chapter-2.step-by-step/step-2.data/results.html index 9eb478fee1..99773755a5 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/step-2.data/results.html +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/step-2.data/results.html @@ -5,8 +5,27 @@ The program has, after having been run, produced two sparsity patterns. We can visualize them using GNUPLOT:

-  set data style points
-  plot "sparsity_pattern.1"
+examples/step-2> gnuplot
+
+        G N U P L O T
+        Version 3.7 patchlevel 3
+        last modified Thu Dec 12 13:00:00 GMT 2002
+        System: Linux 2.6.11.4-21.10-default
+
+        Copyright(C) 1986 - 1993, 1998 - 2002
+        Thomas Williams, Colin Kelley and many others
+
+        Type `help` to access the on-line reference manual
+        The gnuplot FAQ is available from
+        http://www.gnuplot.info/gnuplot-faq.html
+
+        Send comments and requests for help to 
+        Send bugs, suggestions and mods to 
+
+
+Terminal type set to 'x11'
+gnuplot> set data style points
+gnuplot> plot "sparsity_pattern.1"
 

@@ -20,10 +39,16 @@ one):
-sparsity-pattern-1 + +sparsity-pattern-1 + -sparsity-pattern-2 + +sparsity-pattern-2 +
-- 2.39.5