function [ label_font_size, anot_font_size, font_weight ] = get_plot_font;

font_weight = 'bold';
label_font_size = 18;
anot_font_size = 16;
