Changeset 884 for trunk/www/views/plot_distribution.php
- Timestamp:
- 01/23/08 17:37:32 (4 years ago)
- File:
-
- 1 edited
-
trunk/www/views/plot_distribution.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/views/plot_distribution.php
r852 r884 15 15 // gnuplot script 16 16 $script = " 17 set terminal postscript noenhanced 17 18 set grid 18 19 19 20 set rmargin 2 20 21 set lmargin 5 21 set tmargin 1 222 set tmargin 15 22 23 set bmargin 2 23 24 set xtics nomirror … … 27 28 28 29 set style line 1 lt 1 lw 4 pt 3 ps 0.5 29 set style line 2 lt 7 lw 6 pt 7 ps 1.0 30 set style line 3 lt 11 lw 3 31 set xrange [350:960] 30 set style line 2 lt 3 lw 6 pt 7 ps 1.0 31 set style line 3 lt 11 lw 6 32 set xrange [350:1130] 33 set yrange [0:250] 32 34 33 set xtics 5034 set xtic rotate by - 3535 set xtics 100 36 set xtic rotate by -20 35 37 36 38 "; … … 38 40 // legend 39 41 $script .= " 40 set key left top box 342 set key right top box 3 41 43 set key width -1.5 42 44 "; … … 47 49 set parametric 48 50 const={$user_rating} 49 set trange [0: 100]51 set trange [0:250] 50 52 "; 51 53 } … … 54 56 $script .= " 55 57 plot \\ 56 \"%data%\" using 1:2 title \"Concurenti\" with histeps ls 3, \\57 \"%data%\" using 1:2 smooth beziertitle \"Aproximare\" with lines ls 1";58 \"%data%\" using 1:2 title \"Concurenti\" with impulses ls 3, \\ 59 \"%data%\" using 1:2 smooth csplines title \"Aproximare\" with lines ls 1"; 58 60 59 61 // plot user
Note: See TracChangeset
for help on using the changeset viewer.
![[infoarena] development](/chrome/site/logo.png)