Skip to content
Snippets Groups Projects
Commit 4cee4bcc authored by David Verelst's avatar David Verelst
Browse files

prepost.dlcplots: extended cluster hostname detection

parent 0352f196
No related branches found
No related tags found
No related merge requests found
......@@ -44,8 +44,8 @@ plt.rc('font', family='serif')
plt.rc('xtick', labelsize=10)
plt.rc('ytick', labelsize=10)
plt.rc('axes', labelsize=12)
# do not use tex on Gorm
if not socket.gethostname()[:2] in ['g-', 'je']:
# do not use tex on Gorm and or Jess
if not socket.gethostname()[:2] in ['g-', 'je', 'j-']:
plt.rc('text', usetex=True)
plt.rc('legend', fontsize=11)
plt.rc('legend', numpoints=1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment