Vespucci
1.0.0
|
#include <plotwidget.h>
Public Member Functions | |
PlotWidget (QWidget *parent, QSharedPointer< VespucciWorkspace > ws) | |
~PlotWidget () | |
void | AddPlot (const mat &paired_data) |
void | AddPlot (const vec &abscissa, const vec &data) |
void | AddTransientPlot (const vec &abscissa, const vec &data) |
void | AddTransientPlot (const mat &paired_data) |
void | AddScatterPlot (const mat &paired_data) |
PlotWidget::AddScatterPlot. More... | |
void | AddScatterPlot (const vec &abscissa, const vec &data) |
PlotWidget::AddScatterPlot. More... | |
void | AddMappedScatterPlot (const mat &paired_data, const vec &categorical) |
PlotWidget::AddMappedScatterPlot. More... | |
void | AddMappedScatterPlot (const vec &abscissa, const vec &data, const vec &categorical) |
PlotWidget::AddMappedScatterPlot. More... | |
void | RemoveTransientPlot () |
bool | TransientOnly () const |
void | SavePlot (QString filename) |
Definition at line 35 of file plotwidget.h.
|
explicit |
Definition at line 24 of file plotwidget.cpp.
PlotWidget::~PlotWidget | ( | ) |
Definition at line 49 of file plotwidget.cpp.
void PlotWidget::AddMappedScatterPlot | ( | const mat & | paired_data, |
const vec & | categorical | ||
) |
PlotWidget::AddMappedScatterPlot.
paired_data | |
categorical |
Definition at line 241 of file plotwidget.cpp.
void PlotWidget::AddMappedScatterPlot | ( | const vec & | abscissa, |
const vec & | data, | ||
const vec & | categorical | ||
) |
PlotWidget::AddMappedScatterPlot.
abscissa | |
data | |
categorical |
Definition at line 285 of file plotwidget.cpp.
void PlotWidget::AddPlot | ( | const mat & | paired_data | ) |
Definition at line 54 of file plotwidget.cpp.
void PlotWidget::AddPlot | ( | const vec & | abscissa, |
const vec & | data | ||
) |
Definition at line 78 of file plotwidget.cpp.
void PlotWidget::AddScatterPlot | ( | const mat & | paired_data | ) |
void PlotWidget::AddScatterPlot | ( | const vec & | abscissa, |
const vec & | data | ||
) |
void PlotWidget::AddTransientPlot | ( | const vec & | abscissa, |
const vec & | data | ||
) |
Definition at line 100 of file plotwidget.cpp.
void PlotWidget::AddTransientPlot | ( | const mat & | paired_data | ) |
Definition at line 137 of file plotwidget.cpp.
void PlotWidget::RemoveTransientPlot | ( | ) |
Definition at line 326 of file plotwidget.cpp.
void PlotWidget::SavePlot | ( | QString | filename | ) |
Definition at line 341 of file plotwidget.cpp.
bool PlotWidget::TransientOnly | ( | ) | const |
Definition at line 336 of file plotwidget.cpp.