plot_data.h File Reference
#include <limits>#include "interop/model/plot/plot_data.h"#include "interop/constants/enums.h"#include "interop/logic/utils/enums.h"Go to the source code of this file.
Namespaces | |
| illumina | |
| illumina::interop | |
| illumina::interop::logic | |
| illumina::interop::logic::plot | |
Functions | |
| template<typename Point > | |
| void | auto_scale (model::plot::plot_data< Point > &data, const bool zero_min=true, const float scale_y_max=1.1f) |
| template<typename Point > | |
| void | auto_scale_x (model::plot::plot_data< Point > &data, const bool zero_min=true) |
| template<typename Point > | |
| void | auto_scale_y (model::plot::plot_data< Point > &data, const bool zero_min=true, const float scale_y_max=1.1f) |
| std::string | color_name_for_index (const size_t index) |
Detailed Description
Plot a point in a series
- Date
- 5/2/16
- Version
- 1.0
- Copyright
- GNU Public License.