PlotTools.hh 520 Bytes
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */

/* 
 * File:   PlotTools.hh
 * Author: hacene
 *
 * Created on January 7, 2022, 4:30 PM
 */

#ifndef PLOTTOOLS_HH
#define PLOTTOOLS_HH

#include"ParamTable.hh"
#include "Range.hh"
#include "Axis.hh"
namespace plot {

class PlotTools{
public:
    PlotTools(){    
    }
    ~ PlotTools(){
    }       
};
}

#endif /* PLOTTOOLS_HH */