Signalsmith's Basic C++ Plots  1.1.0
A minimal C++ plotting library
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
 Csignalsmith::plot::AxisA map from values to screen-space
 Csignalsmith::plot::Bounds
 Csignalsmith::plot::PlotStyle::Counter
 Csignalsmith::plot::PlotStyle::Hatch
 Csignalsmith::plot::HeatMapPixel-based heat-map
 Csignalsmith::plot::PlotStylePlotting style, used for both layout and SVG rendering
 Csignalsmith::plot::Point2D
 Csignalsmith::plot::SvgFileDrawable::ScheduledWriteDraws when this object goes out of scope
 Csignalsmith::plot::SvgDrawableAny drawable element
 Csignalsmith::plot::HeatMap::EmbeddedHeatMap
 Csignalsmith::plot::HeatMap::RetainedMap
 Csignalsmith::plot::Image
 Csignalsmith::plot::Line2DA line on a 2D plot, with fill and/or stroke
 Csignalsmith::plot::SvgFileDrawableTop-level objects which can generate SVG files
 Csignalsmith::plot::Cell
 Csignalsmith::plot::GridBasic grid-based layout, where you can address cells using grid(x, y)
 Csignalsmith::plot::Figure
 Csignalsmith::plot::Legend
 Csignalsmith::plot::Plot2D
 Csignalsmith::plot::TextLabel
 Csignalsmith::plot::Line2D::LineLabel
 Csignalsmith::plot::SvgWriterInternal helper class for slightly more semantic code when writing SVGs
 Csignalsmith::plot::SvgWriter::TagXML tag helper, closing the tag when it's destroyed
 Csignalsmith::plot::TickA labelled point on an axis