Plot
Types
Functions
def add_line (p_old : Plot) (1 x_values : Array Float) (1 y_values : Array Float) (color : String) (linestyle : String) : Plot
def add_scatter (p_old : Plot) (1 x_values : Array Float) (1 y_values : Array Float) (color : String) (marker : String) : Plot
def set_title (p_old : Plot) (title_text : String) : Plot
def set_xlabel (p_old : Plot) (label_text : String) : Plot
def set_ylabel (p_old : Plot) (label_text : String) : Plot
def show (p : Plot) : Unit
def save (p : Plot) (filename : String) : Unit