diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-10-22 12:25:41 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-10-22 12:25:41 -0400 |
commit | 786ca95479f4f03756e453959aae065f761cbd5b (patch) | |
tree | c02803bb6ed566fd3fd84d90646b76b6da492d22 /figs | |
parent | 2128a09515fd0b1cb6554eb589377dce5cd4a12c (diff) | |
download | PRE_98_063306-786ca95479f4f03756e453959aae065f761cbd5b.tar.gz PRE_98_063306-786ca95479f4f03756e453959aae065f761cbd5b.tar.bz2 PRE_98_063306-786ca95479f4f03756e453959aae065f761cbd5b.zip |
renamed the cluster figure and added hyperlink line breaksarxiv_v4
Diffstat (limited to 'figs')
-rw-r--r-- | figs/fig_cluster-scaling.gplot (renamed from figs/fig_clusters_ising2d.gplot) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/figs/fig_clusters_ising2d.gplot b/figs/fig_cluster-scaling.gplot index 2a4c3fb..d22be31 100644 --- a/figs/fig_clusters_ising2d.gplot +++ b/figs/fig_cluster-scaling.gplot @@ -60,7 +60,7 @@ set cbrange [4:512] # global plotting settings set terminal epslatex size 6.834, 3.3 -set output "fig_clusters_ising2d.tex" +set output "fig_cluster-scaling.tex" set multiplot layout 2,3 margins 0.05, 0.995, 0.15, 0.9 spacing 0.05, 0.015 set size ratio 1 / 1.61803398875 |