• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

READMEH A D12-Apr-20181.7 KiB8043

gnuplot1.batH A D11-Nov-2014626 3017

gnuplot1.pltH A D21-Oct-2014432 2014

gnuplot1.shH A D11-Nov-2014628 297

gnuplot1b.batH A D11-Nov-2014678 3017

gnuplot1b.pltH A D11-Nov-2014444 1812

gnuplot1b.shH A D11-Nov-2014681 307

gnuplot2.batH A D28-Oct-2014496 3517

gnuplot2.pltH A D11-Nov-2014471 2617

gnuplot2.shH A D28-Oct-2014534 3111

gnuplot3.batH A D12-Apr-2018687 3521

gnuplot3.pltH A D12-Apr-2018486 2213

gnuplot3.shH A D12-Apr-2018719 3513

gnuplot4.batH A D12-Apr-2018717 3723

gnuplot4.pltH A D12-Apr-2018456 2112

gnuplot4.shH A D12-Apr-2018744 3713

gnuplot4b.batH A D12-Apr-2018716 3723

gnuplot4b.pltH A D12-Apr-2018448 2112

gnuplot4b.shH A D12-Apr-2018725 3713

gnuplot5.batH A D12-Apr-2018694 3622

gnuplot5.pltH A D12-Apr-2018427 2213

gnuplot5.shH A D12-Apr-2018721 3614

README

1README for Graphics
2===================
3
4
5* GNUPLOT
6
7
8- Residual Histories
9
10To generate example file 'residual_histories.eps' on UNIX systems,
11run the following sample script:
12
13> ./gnuplot1.sh
14
15On Windows systems, edit the path to gnuplot.exe in gnuplot1.bat
16and run the script as follows:
17
18> gnuplot1.bat
19
20gnuplot1b.sh and gnuplot1b.bat are more sophisticated versions
21for gnuplot 4.4 or later.
22
23
24- Matrix Pattern
25
26To generate example file 'matrix_pattern.eps' on UNIX systems,
27run gnuplot2.sh as follows:
28
29> ./gnuplot2.sh ../test/testmat.mtx
30
31On Windows systems, edit the path to gnuplot.exe in gnuplot2.bat
32and run as follows:
33
34> gnuplot2.bat ..\test\testmat.mtx
35
36
37- Distribution of Real Eigenvalues
38
39To generate example file 'distribution_of_real_eigenvalues.eps'
40on UNIX systems, run the following sample script:
41
42> ./gnuplot3.sh
43
44On Windows systems, edit the path to gnuplot.exe in gnuplot3.bat
45and run the script as follows:
46
47> gnuplot3.bat
48
49
50- Distribution of Complex Eigenvalues
51
52To generate example file 'distribution_of_complex_eigenvalues.eps'
53on UNIX systems, run the following sample script:
54
55> ./gnuplot4.sh
56
57On Windows systems, edit the path to gnuplot.exe in gnuplot4.bat
58and run the script as follows:
59
60> gnuplot4.bat
61
62You can generate 'distribution_of_Ritz_values.eps' by running ./gnuplot4b.sh
63or ./gnuplot4b.bat.
64
65
66- Eigenvectors
67
68To generate example file 'eigenvectors.eps' on UNIX systems,
69run the following sample script:
70
71> ./gnuplot5.sh
72
73On Windows systems, edit the path to gnuplot.exe in gnuplot5.bat
74and run the script as follows:
75
76> gnuplot5.bat
77
78gnuplot5.sh and gnuplot5.bat are for gnuplot 4.4 or later.
79
80