Welcome to matplotlib-cpp, possibly the simplest C++ plotting library. It is built to resemble the plotting API used by Matlab and matplotlib. matplotlib-cpp works by wrapping the popular python ...
でインストールしようとしたら下のようなエラーになった。 Installing build dependencies ... error error: subprocess-exited-with-error × pip ...
といった内容のエラーが出た。一番上に書いてあるとおりまずはpipをアップデートしようとするも、同様のエラーが発生。今度はHomebrewを使ってインストールを試みる。 brew install python-matplotlib エラーは出てなさそうだ。 適当にグラフを作ってみる。 import ...