Blame share/gnuplotrc

Packit 0986c0
###
Packit 0986c0
### Gnuplot version 5.0 intialization file
Packit 0986c0
### This file is loaded by gnuplot at the start of each run.
Packit 0986c0
### It is provided as a template, with all commands commented out.
Packit 0986c0
### Uncomment and customize lines for local use.
Packit 0986c0
### Any commands placed here will affect all users.
Packit 0986c0
### To customize gnuplot's initial state for an individual user,
Packit 0986c0
### place commands in a private file ~/.gnuplot instead.
Packit 0986c0
Packit 0986c0
###
Packit 0986c0
### Language initialization
Packit 0986c0
###
Packit 0986c0
# set locale
Packit 0986c0
# set encoding locale
Packit 0986c0
Packit 0986c0
###
Packit 0986c0
### Default line colors and repeat cycle
Packit 0986c0
###
Packit 0986c0
# set linetype 1 lc rgb "dark-violet" lw 1
Packit 0986c0
# set linetype 2 lc rgb "#009e73" lw 1
Packit 0986c0
# set linetype 3 lc rgb "#56b4e9" lw 1
Packit 0986c0
# set linetype 4 lc rgb "#e69f00" lw 1
Packit 0986c0
# set linetype 5 lc rgb "#f0e442" lw 1
Packit 0986c0
# set linetype 6 lc rgb "#0072b2" lw 1
Packit 0986c0
# set linetype 7 lc rgb "#e51e10" lw 1
Packit 0986c0
# set linetype 8 lc rgb "black"   lw 1
Packit 0986c0
# set linetype cycle 8
Packit 0986c0
Packit 0986c0
###
Packit 0986c0
### Initialize the default loadpath for shared gnuplot scripts and data.
Packit 0986c0
### Please confirm that this path is correct before uncommented the line below.
Packit 0986c0
###
Packit 0986c0
# set loadpath "/usr/local/share/gnuplot/4.7/demo"
Packit 0986c0
Packit 0986c0
###
Packit 0986c0
### Some commonly used functions that are not built in
Packit 0986c0
###
Packit 0986c0
# sinc(x) = sin(x)/x
Packit 0986c0
# rgb(r,g,b) = sprintf("#%06x",256.*256.*255.*r+256.*255.*g+255.*b)
Packit 0986c0
# hsv(h,s,v) = sprintf("#%06x",hsv2rgb(h,s,v))
Packit 0986c0
Packit 0986c0
###
Packit 0986c0
### Other preferences
Packit 0986c0
###
Packit 0986c0
# set clip two
Packit 0986c0