|
wPlot2D version: 0.1.0
A lightweight C++ library for clear and customizable 2D scientific plots.
|
#include "../srcEntity/wEntity.hpp"#include "../srcUtils/wAssetManager.hpp"#include "../srcUtils/wPathUtils.hpp"#include "wAxisEntity.hpp"#include "wTitleEntity.hpp"#include "wFunctionEntity.hpp"#include "wDataPlotEntity.hpp"#include "wLegendEntity.hpp"#include "wLineEntity.hpp"#include <SFML/Graphics.hpp>

Go to the source code of this file.
Classes | |
| class | wPlot2D::GraphicsEntity |
| Central entity responsible for graphical rendering in wPlot2D. More... | |
Namespaces | |
| namespace | wPlot2D |
Enumerations | |
| enum class | wPlot2D::TitleAlignment { wPlot2D::Top , wPlot2D::Bottom } |
| Defines the vertical placement of the main plot title. More... | |