A fuzzy logic C++ library
Public Member Functions | Public Attributes
slifis_plot::PLOT_MARGINS Struct Reference

Margins of a plot, expressed in pixels. More...

#include <plot.hpp>

List of all members.

Public Member Functions

 PLOT_MARGINS ()

Public Attributes

size_t m_vt
 margin: vertical top
size_t m_vb
 margin: vertical bottom
size_t m_hl
 margin: horizontal left
size_t m_hr
 margin: horizontal right

Detailed Description

Margins of a plot, expressed in pixels.


Constructor & Destructor Documentation

References m_hl, m_hr, m_vb, and m_vt.


Member Data Documentation