Gpop
Gnuplot of Pipe of Pop
Public Member Functions | List of all members
Gpop::Vector Class Reference

Public Member Functions

 Vector ()
 コンストラクタ
 
 ~Vector ()
 デストラクタ More...
 
void plot (double x, double y, double dx, double dy)
 描画するベクターデータを追加する More...
 
void show ()
 Vector::plot()で追加したベクターを描画する
 
void set_x_label (std::string label)
 
void set_y_label (std::string label)
 
void set_window_size (unsigned int width, unsigned int height)
 
void set_x_range (double min, double max)
 
void set_y_range (double min, double max)
 

Constructor & Destructor Documentation

◆ ~Vector()

Gpop::Vector::~Vector ( )

デストラクタ

gnuplotを終了する

Member Function Documentation

◆ plot()

void Gpop::Vector::plot ( double  x,
double  y,
double  dx,
double  dy 
)

描画するベクターデータを追加する

Parameters
xベクターのx座標
yベクターのy座標
dxベクターのx要素
dyベクターのy要素

The documentation for this class was generated from the following files: