Skip to content

Commit

Permalink
use 1.2 scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
moraygrieve committed Dec 13, 2024
1 parent 5258cdb commit f98c8db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/ten/ten_per_004/Input/gnuplot.in
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ set key font 'Courier,10'
set key right top
set size 0.5, 0.45
set origin 0.0, 0.05
set yr [0: ((TS_STATS_max_y)*1.1)]
set yr [0: ((TS_STATS_max_y)*1.2)]
set title "{/Arial:Bold=13 Binned Transactions (timestamp)}"
set xlabel "Offset time (seconds)" font "Courier,12"
set ylabel "Transactions" font "Courier,12" offset 1,0
Expand All @@ -66,7 +66,7 @@ set key font 'Courier,10'
set key right top
set size 0.5, 0.45
set origin 0.5, 0.05
set yr [0: ((BH_STATS_max_y)*1.1)]
set yr [0: ((BH_STATS_max_y)*1.2)]
set title "{/Arial:Bold=13 Binned Transactions (Block height)}"
set xlabel "Offset block height" font "Courier,12"
set ylabel "Transactions" font "Courier,12" offset 1,0
Expand Down
4 changes: 2 additions & 2 deletions tests/ten/ten_per_005/Input/gnuplot.in
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ set key font 'Courier,10'
set key right top
set size 0.5, 0.45
set origin 0.0, 0.05
set yr [0: ((TS_STATS_max_y)*1.1)]
set yr [0: ((TS_STATS_max_y)*1.2)]
set title "{/Arial:Bold=13 Binned Transactions (timestamp)}"
set xlabel "Offset time (seconds)" font "Courier,12"
set ylabel "Transactions" font "Courier,12" offset 1,0
Expand All @@ -66,7 +66,7 @@ set key font 'Courier,10'
set key right top
set size 0.5, 0.45
set origin 0.5, 0.05
set yr [0: ((BH_STATS_max_y)*1.1)]
set yr [0: ((BH_STATS_max_y)*1.2)]
set title "{/Arial:Bold=13 Binned Transactions (Block height)}"
set xlabel "Offset block height" font "Courier,12"
set ylabel "Transactions" font "Courier,12" offset 1,0
Expand Down

0 comments on commit f98c8db

Please sign in to comment.