mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-08 19:22:29 +00:00
* Setting 'd.state.set=0' before removing a download from the 'started' view, so it will be properly set when 'event.download.paused' event is triggered.
* Bumped version number. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1227 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+8
-8
@@ -119,13 +119,13 @@ set output "output_$1_choke.png"
|
||||
set style histogram columnstacked
|
||||
|
||||
plot "choke_group_stats.$1" \
|
||||
using 1:2 smooth bezier with lines lw 2,\
|
||||
"" using 1:3 smooth bezier with lines lw 2,\
|
||||
"" using 1:5 smooth bezier with lines lw 2,\
|
||||
"" using 1:6 smooth bezier with lines lw 2,\
|
||||
"" using 1:9 smooth bezier with lines lw 2,\
|
||||
"" using 1:10 smooth bezier with lines lw 2,\
|
||||
"" using 1:8 smooth bezier with lines lw 4 axis x1y2,\
|
||||
"" using 1:15 smooth bezier with lines lw 4 axis x1y2
|
||||
"" using 1:8 smooth bezier with lines lw 3,\
|
||||
"" using 1:15 smooth bezier with lines lw 3,\
|
||||
using 1:2 smooth bezier with lines lw 2 axis x1y2,\
|
||||
"" using 1:3 smooth bezier with lines lw 2 axis x1y2,\
|
||||
"" using 1:5 smooth bezier with lines lw 2 axis x1y2,\
|
||||
"" using 1:6 smooth bezier with lines lw 2 axis x1y2,\
|
||||
"" using 1:9 smooth bezier with lines lw 2 axis x1y2,\
|
||||
"" using 1:10 smooth bezier with lines lw 2 axis x1y2
|
||||
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user