Skip to content

Commit 82c2165

Browse files
committed
improvements
1 parent e8ce36f commit 82c2165

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed
-9.48 KB
Binary file not shown.

more-chart-types/box-plot/script.gnu

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set terminal pdfcairo notransparent enhanced font "arial, 10" fontscale 1.0 size 8, 4;
1+
set terminal pdfcairo enhanced size 8in, 4in
22
set output "box-plot.pdf"
33

44
# General Settings
@@ -56,12 +56,4 @@ plot 'data.txt' using (1):1 title 'T1' linecolor rgb COLOR_1, \
5656
'' using (4):4 title 'T4' linecolor rgb COLOR_4, \
5757
'' using (5):5 title 'T5' linecolor rgb COLOR_5, \
5858
'' using (6):6 title 'T6' linecolor rgb COLOR_6, \
59-
'' using (7):7 title 'T7' linecolor rgb COLOR_7, \
60-
61-
# Generate automatically the same figure in .png format
62-
# 8in == 768px and 4in == 384px
63-
64-
set terminal pngcairo notransparent enhanced font "arial, 10" fontscale 1.0 size 768, 384
65-
set output "box-plot.png"
66-
67-
replot
59+
'' using (7):7 title 'T7' linecolor rgb COLOR_7, \

0 commit comments

Comments
 (0)