# The command to run gsegraf from the directory where program files are
# extracted is:
#    ./src/gsegraf ./help_files/sinc_param.txt
# If running gsegraf from another directory, then the argument for the keyword,
# file_name, must be changed appropriately.

file_name               "./help_files/sinc.txt"
file_format             "%lf %lf"
plot_type               "points"
plot_style              lk

file_name               "./help_files/sinc.txt"
file_format             "%lf %lf"
plot_type               "points"
plot_style              cr

axis_type               "linear"

minor_ticks             "on"

grid                    ls

xlabel                  "x axis"
ylabel                  "y axis"
title                   "y = sin(x)/x"

legend_string           "sin(x)/x"
legend_string           "data"
legend_coords_rel       0.05 0.95
legend_anchor           "northwest"

date_time               "southeast"

font_size_date_time     12
font_size_legend        12
font_size_text          12
font_size_tick_labels   14
font_size_axis_labels   16
font_size_title         18

# License:
#    This document is released into the public domain.

