FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
gnuplotpp/include/gnuplotpp/api.hpp at main · watsonryan/gnuplotpp · GitHub
watsonryan
/
gnuplotpp
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
gnuplotpp
/
include
/
gnuplotpp
/
api.hpp
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (20 loc) · 624 Bytes
Breadcrumbs
gnuplotpp
/
include
/
gnuplotpp
/
api.hpp
Copy path
File metadata and controls
22 lines (20 loc) · 624 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
pragma
once
/*
*
* @file api.hpp
* @brief Public umbrella header for `gnuplotpp`.
*
* Include this when you want the full public surface without relying on
* internal/private implementation headers.
*/
#
include
"
gnuplotpp/data.hpp
"
#
include
"
gnuplotpp/facet.hpp
"
#
include
"
gnuplotpp/gnuplot_backend.hpp
"
#
include
"
gnuplotpp/model_overlays.hpp
"
#
include
"
gnuplotpp/plot.hpp
"
#
include
"
gnuplotpp/presets.hpp
"
#
include
"
gnuplotpp/quickstart.hpp
"
#
include
"
gnuplotpp/spec_yaml.hpp
"
#
include
"
gnuplotpp/statistics.hpp
"
#
include
"
gnuplotpp/templates.hpp
"
#
include
"
gnuplotpp/theme.hpp
"
#
include
"
gnuplotpp/transforms.hpp
"
Back
|
FazBrowse Home
|
New Git URL