- 3.0.2 core module.
plot-impl.h File Reference

Go to the source code of this file.

Functions

template<typename ALLOC >
bool plot (const std::vector< double, ALLOC > &y, const std::string &format)
 
template<typename ALLOC , typename ALLOC2 >
bool plot (const std::vector< double, ALLOC > &x, const std::vector< double, ALLOC2 > &y, const std::map< std::string, std::string > &keywords)
 
template<typename ALLOC , typename ALLOC2 >
bool plot (const std::vector< double, ALLOC > &x, const std::vector< double, ALLOC2 > &y, const std::string &s)
 

Function Documentation

◆ plot() [1/3]

template<typename ALLOC >
bool plot ( const std::vector< double, ALLOC > &  y,
const std::string &  format 
)

◆ plot() [2/3]

template<typename ALLOC , typename ALLOC2 >
bool plot ( const std::vector< double, ALLOC > &  x,
const std::vector< double, ALLOC2 > &  y,
const std::map< std::string, std::string > &  keywords 
)

◆ plot() [3/3]

template<typename ALLOC , typename ALLOC2 >
bool plot ( const std::vector< double, ALLOC > &  x,
const std::vector< double, ALLOC2 > &  y,
const std::string &  s 
)