How do I enable the pngcairo terminal in Gnuplot

后端 未结 3 1617
一向
一向 2021-01-01 20:00

I would like to plot a figure to PNG format (avoiding using convert), however my Gnuplot distribution does not offer the PNGCAIRO terminal. How can I install/enable it? I us

3条回答
  •  耶瑟儿~
    2021-01-01 20:32

    If you are running homebrew, you can install everything with just one command line

    brew install gnuplot --with-cairo

提交回复
热议问题