ultimatepp/uppsrc/ScatterDraw/ScatterDraw.upp
koldo 64b288773b ScatterDraw: PLot responsiveness and 2D surfaces added.
git-svn-id: svn://ultimatepp.org/upp/trunk@12443 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-11-02 23:11:29 +00:00

28 lines
415 B
Text

description "Scatter base class to plot in console applications \377";
uses
Painter,
plugin/Eigen;
options(MSC) -D_SCL_SECURE_NO_WARNINGS;
file
ScatterDraw.cpp,
ScatterDraw.h,
DataSource.cpp,
DataSource.h,
Equation.cpp,
Equation.h,
DrawingFunctions.cpp,
DrawingFunctions.h,
SeriesPlot.h,
MarkPlot.h,
Legend.cpp,
Surf.cpp,
PieDraw.cpp,
PieDraw.h,
ScatterDraw.t,
srcdoc.tpp,
src.tpp,
Copying;