• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisãocfd508b1a2b9ff51c9b7314d77b19cc0f431e88a (tree)
Hora2007-07-27 19:01:44
Autoriselllo
Commiteriselllo

Mensagem de Log

I added the file 3D_gnuplot.plt which can be used to read a matrix of
data and plot them. However, this is not done yet [I do not know yet
how to impose my own labels on the x and y axis and how to choose the
kind of font and so on].

Mudança Sumário

Diff

diff -r 6aed024cbebe -r cfd508b1a2b9 gnuplot-scripts/3D_gnuplot.plt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/gnuplot-scripts/3D_gnuplot.plt Fri Jul 27 10:01:44 2007 +0000
@@ -0,0 +1,22 @@
1+reset
2+set terminal postscript enhanced color
3+# set palette color
4+set title 'Evolution of Particle Distribution'
5+set xlabel "D_{agg}" -3,-0.5
6+set zlabel "dN/logD_{agg}" -12, -5
7+set zrange [0:3e12] noreverse nowriteback
8+
9+set xrange[1:100] noreverse nowriteback
10+set view 70, 190, 1, 1
11+set ticslevel 0.1
12+set samples 51, 51
13+set isosamples 20, 20
14+set hidden3d offset 1 trianglepattern 3 undefined 1 altdiagonal bentover
15+set style data lines
16+set pm3d at s
17+set key off
18+splot "data_mat2" matrix with lines
19+
20+set output 'my_plot_distr.ps'
21+replot
22+set terminal x11
\ No newline at end of file