Skip to content

Instantly share code, notes, and snippets.

View LouisJenkinsCS's full-sized avatar
💭
Fellow of the Department of Energy's Computational Sciences Graduate Fellowship.

Louis Jenkins LouisJenkinsCS

💭
Fellow of the Department of Energy's Computational Sciences Graduate Fellowship.
View GitHub Profile
@LouisJenkinsCS
LouisJenkinsCS / template.gp
Created June 9, 2020 15:27
GNUPlot Template
# From https://github.com/hesstobi/Gnuplot-Templates
load 'defaults.gp'
# Removes the annoying labels on X and Y axis that persist even after manually setting ylabel and xlabel
unset label
# Decent defaults for creating png
set terminal pngcairo enhanced size 1440,768 font 'Verdana,16';
set output 'template.png'