Skip to content

Commit

Permalink
Set reject plot x axis to log scale.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thynix committed Mar 24, 2013
1 parent 54f0e28 commit 84d0ec8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ The bulk queue (therefore not realtime queue) reject percentages are an indicato

## Changelog

### March 24th, 2013

Change bulk reject percentages plot to log scale.

### March 17th, 2013

Add bulk reject percentages plot.
Expand Down
4 changes: 3 additions & 1 deletion reject.gnu
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ set ylabel 'Percent reports'
set style data histogram
set style fill solid border -1

set logscale x

set output "plot_week_reject.png"
plot [0:100] [0:] 'bulk_request_chk' title 'Bulk Request CHK' with lines,\
plot [1:100] [0:] 'bulk_request_chk' title 'Bulk Request CHK' with lines,\
'bulk_request_ssk' title 'Bulk Request SSK' with lines,\
'bulk_insert_chk' title 'Bulk Insert CHK' with lines,\
'bulk_insert_ssk' title 'Bulk Insert SSK' with lines
Expand Down

0 comments on commit 84d0ec8

Please sign in to comment.