Skip to content

Instantly share code, notes, and snippets.

@anthonymorast
Created November 25, 2021 04:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anthonymorast/0085efaa0896053664d6998343469484 to your computer and use it in GitHub Desktop.
Save anthonymorast/0085efaa0896053664d6998343469484 to your computer and use it in GitHub Desktop.
plt namespace
// namespace plt = matplotlibcpp;
plt::plot();
// without namespace plt=matplotlibcpp
matplotlibcpp::plot();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment