mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 14:16:10 -06:00
23 lines
327 B
Text
23 lines
327 B
Text
description "Scatter base class to plot in console applications \377";
|
|
|
|
uses
|
|
Painter,
|
|
plugin/Eigen;
|
|
|
|
file
|
|
ScatterDraw.cpp,
|
|
ScatterDraw.h,
|
|
DataSource.cpp,
|
|
DataSource.h,
|
|
Equation.cpp,
|
|
Equation.h,
|
|
DrawingFunctions.h,
|
|
SeriesPlot.h,
|
|
MarkPlot.h,
|
|
PieDraw.cpp,
|
|
PieDraw.h,
|
|
ScatterDraw.t,
|
|
srcdoc.tpp,
|
|
src.tpp,
|
|
Copying;
|
|
|