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
71631865
Verified
Commit
71631865
authored
Dec 06, 2018
by
Max Ehrlich
Browse files
Formatting changes for the relu blocks plot
parent
de6a8362
Changes
1
Hide whitespace changes
Inline
Side-by-side
paper/plots/relu_blocks.gp
View file @
71631865
...
...
@@ -2,7 +2,7 @@
if (ARG2 eq 'eps') {
set terminal postscript enhanced color font "Helvetica, 30" eps
set size
1.2,1.
2
set size
3,
2
} else {
set terminal ARG2
}
...
...
@@ -19,7 +19,7 @@ set xrange ['1':'15']
set xtics 1
set output "relu_blocks.eps"
plot ARG1 using ($0+1):2 with lines title columnhead, \
ARG1 using ($0+1):1 with lines title columnhead
plot ARG1 using ($0+1):2 with lines
points linewidth 8 pointsize 5
title columnhead, \
ARG1 using ($0+1):1 with lines
points linewidth 8 pointsize 5
title columnhead
if (ARG2 ne 'eps') pause -1 "Press any key to continue..."
\ No newline at end of file
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