//
// Wishlist:
// * (WIP) Make work for Eigen Vectors and Matrices
// * export functions in different files for better structure
// * make plot(y) work with x of unsigned type, or get to the bottom of that
// problem at least
// * errorbar for xerr and yerr
// * errorbar for yerr of shape (2, N)
//
// Changed:
// * Implement a better way for named_plot, maybe just as additional
// method with extra keyword
// * add location keyword for legend
//
#pragma once
#include
#include
#include // requires c++11 support
#include
#include
#include