CoolProp
4.2.5
An open-source fluid property and humid air property database
|
#include <MPLPlot.h>
Public Member Functions | |
PlotCall (std::vector< double > x, std::vector< double > y, Dictionary *dict=NULL) | |
Save internal variables for this call to plot function, including the keyword argument function as a Dictionary instance. More... | |
std::string | tostring () |
return the string for this call, including the preceding import matplotlib.pyplot as plt and the following plt.show() More... | |
Public Attributes | |
Dictionary | dict |
std::vector< double > | x |
std::vector< double > | y |
A class to contain the information for a call to plot() function
|
inline |
Save internal variables for this call to plot function, including the keyword argument function as a Dictionary instance.
|
inline |
Dictionary PlotCall::dict |