Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'gnuplot' is not recognized as an internal or external command, operable program or batch file #360

Open
6 tasks
SupreetKurdekar opened this issue Jun 23, 2023 · 2 comments

Comments

@SupreetKurdekar
Copy link

Bug category

  • bug - compilation error
  • bug - compilation warning
  • [ x] bug - runtime error
  • bug - runtime warning
  • bug - logic error

Describe the bug

image

Running simple line plot code from Visual Studio. I get the error "GNUPlot is not an internal command"
Steps to Reproduce

Installed Matplot++ from VCPKG. Can see and use matplot++ code in main function. But cant generate plots due to above error

Output

'gnuplot' is not recognized as an internal or external command,
operable program or batch file.
Press ENTER to continue...

Platform

  • cross-platform issue - linux
  • [ x] cross-platform issue - windows
  • cross-platform issue - macos

Environment Details:

  • OS: Windows 10
  • OS Version:
  • Compiler: MSBuild
  • Compiler version:
@alandefreitas
Copy link
Owner

alandefreitas commented Jun 23, 2023

Is gnuplot installed and in PATH? I'm not sure vcpkg can do that for you. I don't know much about what vcpkg can do.

@LucasMSpereira
Copy link

In windows 11, I ran into the same issue. Downloading and installing gnuplot, then reopening VS code solved it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants