-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsvg-cpp-plot.h
More file actions
43 lines (35 loc) · 1016 Bytes
/
svg-cpp-plot.h
File metadata and controls
43 lines (35 loc) · 1016 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#include "plot/svgplot.h"
#include "primitives/group.h"
#include "primitives/defs.h"
#include "primitives/group-z-ordered.h"
#include "primitives/svg.h"
#include "primitives/circle.h"
#include "primitives/rect.h"
#include "primitives/line.h"
#include "primitives/poly.h"
#include "primitives/path.h"
#include "primitives/text.h"
#include "primitives/image.h"
#include "primitives/linear-gradient.h"
//#include "3d/plot-curve-3d.h"
//#include "3d/graph-3d.h"
//#include "plot/graph-2d.h"
//#include "3d/project.h"
#include "scripts/window-reload.h"
#include "scripts/set-timeout.h"
#include "scripts/set-interval.h"
#include "scripts/reload.h"
#include "scripts/for-all.h"
#include "utils/browse.h"
#include "utils/watch.h"
#include "2d/transform.h"
#include "2d/curve.h"
#include "2d/points.h"
#include "2d/polygon.h"
#include "2d/polyline.h"
#include "2d/text.h"
#include "2d/function.h"
#include "2d/function-image.h"
#include "2d/function-2d.h"
#include "2d/bar-plot.h"
#include "interactive/slideshow.h"