Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Max Ehrlich
cdcnn
Commits
bd20f96b
Verified
Commit
bd20f96b
authored
Dec 07, 2018
by
Max Ehrlich
Browse files
Simplify relu blocks plot script
parent
f3bf1bec
Changes
1
Show whitespace changes
Inline
Side-by-side
paper/plots/relu_blocks.gp
View file @
bd20f96b
#!/usr/bin/gnuplot -c
if (ARG2 eq 'eps') {
set terminal postscript enhanced color font "Helvetica, 30" eps
set size 3,2
} else {
set terminal ARG2
}
set terminal postscript enhanced color font "Helvetica, 30" eps
set size 3,2
set datafile separator ','
...
...
@@ -19,7 +15,5 @@ set xrange ['1':'15']
set xtics 1
set output "relu_blocks.eps"
plot ARG1 using ($0+1):2 with linespoints linewidth 8 pointsize 5 title columnhead, \
ARG1 using ($0+1):1 with linespoints linewidth 8 pointsize 5 title columnhead
if (ARG2 ne 'eps') pause -1 "Press any key to continue..."
\ No newline at end of file
plot "data/relu_blocks.csv" using ($0+1):2 with linespoints linewidth 8 pointsize 5 title columnhead, \
"data/relu_blocks.csv" using ($0+1):1 with linespoints linewidth 8 pointsize 5 title columnhead
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment