I'm trying to set the LaTeX \odot symbol in the gnuplot (4.6.0) pdf terminal. What is the exact syntax for this?
The gnuplot FAQ gives some clues, but should I type {/Symbol \2299}, or {/utf8 \2299}, or some other variation on \, /, # etc.? Or should I do set encoding utf8? Pasting the symbol in directly does not seem to work.
Should I use pdf or pdfcairo for the terminal? The latter affects my plots in intolerable ways.
Ooverprinted with a '.' -- something like (with enhanced text turned on)~O{.35.}might work (you may need to play around with the height (.35) to get it to look how you want it.) - mgilson