Welcome to Matplot++ Discussions! #64
Unanswered
alandefreitas
asked this question in
General
Replies: 2 comments 2 replies
-
Hi, The examples don't run, I receive the following message: " 'gnuplot' is not recognized as an internal or external command," What am I missing? Thanks in advance for the help. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi Alan,
thank you for your reply. It still did not solve my issue.
I am building a C++ application and thought of using matplotplusplus to
make the charts.
However I am surely missing some early step, as I still receive the message
with the gnuplot installed.
I am using:
Python 3.6.8 x64
Visual Studio 2019 latest patch
gnuplot 5.2.8
CMake GUI 3.16.2
I build all projects with Visual Studio compiler with zero errors.
Thank you,
Ricardo Oliveira
Alan de Freitas <[email protected]> escreveu no dia domingo,
27/09/2020 à(s) 01:22:
… It seems like you just need to install gnuplot 5.2.6+. You can download it
from http://www.gnuplot.info or you can try:
sudo apt update
sudo apt install gnuplot
on Linux, or
brew install gnuplot
on Mac OS.
If you intend to use it from Python, matplotlib <https://matplotlib.org>
is a much more mature library though.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#64 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARE6CZI3F3CAHRUVFQK5PLTSH2ATDANCNFSM4RWFBGJQ>
.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
👋 Welcome to the Matplot++ community!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
Remember that this is a community we build together 💪.
Beta Was this translation helpful? Give feedback.
All reactions