wPlot2D version: 0.1.0
A lightweight C++ library for clear and customizable 2D scientific plots.
Loading...
Searching...
No Matches
wAxisEntity.hpp File Reference
#include "../srcEntity/wEntity.hpp"
#include "../srcUtils/wAssetManager.hpp"
#include "wLineEntity.hpp"
#include "wNotchEntity.hpp"
#include "wTitleEntity.hpp"
#include "wLabelEntity.hpp"
#include <SFML/Graphics.hpp>
#include <vector>
Include dependency graph for wAxisEntity.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  wPlot2D::AxisEntity
 Represents a visual axis (X or Y) in a 2D plot with optional notches and title. More...

Namespaces

namespace  wPlot2D

Enumerations

enum class  wPlot2D::AxisType { wPlot2D::X_AXIS , wPlot2D::Y_AXIS }
 Enum representing the type of axis to render. More...
enum class  wPlot2D::NotchPosition { wPlot2D::Center , wPlot2D::Above , wPlot2D::Below }
 Enum controlling the visual placement of notches relative to the axis. More...