Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
d1ab5d49f0b229a0bf32063a0cdd8d3d9a772612
/
.
/
third_party
/
matplotlib-cpp
/
examples
/
minimal.cpp
blob: fbe1e1cd1fb07dd087ca39ee7b00209c22ead9ea [
file
] [
log
] [
blame
]
#include
"../matplotlibcpp.h"
namespace
plt
=
matplotlibcpp
;
int
main
()
{
plt
::
plot
({
1
,
3
,
2
,
4
});
plt
::
show
();
}