Can't export images v1.0.1 #321
Unanswered
AleksaArsic
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm currently using matplot++ v1.0.1 for my own project. I followed this tutorial on how to export images.
Below I provide you code snippet I'm using for basic plot:
` int main() {
using namespace matplot;
}`
Sadly nothing happens. The folder "img" gets created, but the graph.png (or any other exstension is not created).
My version gnuplot is 5.4 patchlevel 5 inside of msys2 environment.
Are there maybe any known issues with this version of matplot++? I've seen a similar discussion on the subject but the person who submitted the problem apparently did not look into correct directory. Here, I'm pretty sure I'm doing all that is needed to export basic graph to the known location.
Beta Was this translation helpful? Give feedback.
All reactions