Enhancing your plot with a new X_scale under ISIS

Design, construction, tuning of spectroscopes
Information and discussion about softwares (telescope remote, autoguiding, acquisition, spectral processing ...)
Post Reply
Jean-Paul Godard
Posts: 45
Joined: Mon Jul 28, 2014 4:17 pm

Enhancing your plot with a new X_scale under ISIS

Post by Jean-Paul Godard »

Hi All,

For the one who want an alternative X scale for their plot using ISIS, edit your std.gnu file according to that extract:
(take care to backup original file)
# -------------------------------------
# Setting
# -------------------------------------
set xlabel "Wavelength (A)"
set ylabel "Relative flux"
set title '$1' offset 0,-0.5
set tmargin 2
# Start of JP GODARD Modifications
set xtics out rotate by -90 3500,50 font "Courier New,7"
set xtics add ("------Halpha" 6563)
set xtics add ("------Hbeta" 4861)
set xtics add ("------Hgamma" 4341)
#set logscale y
#set ytics 1,10,100
# End of JP GODARD Modifications
set xrange [$2]
set yrange [$3]
set terminal push



Image
Jean-Paul Godard
Alpy600+guidage+calib+spox
Christian Buil
Posts: 1432
Joined: Mon Sep 26, 2011 6:59 pm
Contact:

Re: Enhancing your plot with a new X_scale under ISIS

Post by Christian Buil »

Connaissais pas cette commande. C'est malin et utile.

Christian
Post Reply