Gnuplot PDF Terminal Exhibits Font Issues on Mac
问题 Out of the blue, my Gnuplot has started having issues with the pdfcairo terminal. The font in the produced PDF files is jammed as if the width of the individual characters was set to zero. I am using Gnuplot 5.2.7 on Mac OS, installed via homebrew. Here, a minimal not-working example: reset set terminal pdfcairo set output "mnwe.pdf" set xlabel "Time t" set ylabel "sin(t)" plot [0:2*pi] sin(x) with lines notitle which produces the following output: I suspect that the font issue occurred after