Skip to content
Snippets Groups Projects
Commit 11fdeddd authored by soblin's avatar soblin
Browse files

added hello_world.png

parent 6a93a6bb
Branches
No related tags found
No related merge requests found
...@@ -32,8 +32,13 @@ int main() { ...@@ -32,8 +32,13 @@ int main() {
```cpp ```cpp
g++ hello_world.cpp -std=c++17 -I./include -I/usr/include/python3.x -I<path to pybind11> -lpython3.x g++ hello_world.cpp -std=c++17 -I./include -I/usr/include/python3.x -I<path to pybind11> -lpython3.x
./a.out
``` ```
gives
![minimal example](https://github.com/soblin/matplotlibcpp17/blob/master/hello_world.png)
### example1 ### example1
From [gallery/subplots_axes_and_figures/align_labels_demo.cpp](https://github.com/soblin/matplotlibcpp17/blob/master/gallery/subplots_axes_and_figures/align_labels_demo.cpp). From [gallery/subplots_axes_and_figures/align_labels_demo.cpp](https://github.com/soblin/matplotlibcpp17/blob/master/gallery/subplots_axes_and_figures/align_labels_demo.cpp).
......
hello_world.png

16.4 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment