|
I'm sure there's an obvious answer to this, but how do I change the font for a specific portion of the plot? |
Replies: 1 comment
|
All text is rendered inside of BeginPlot (title/axes) or EndPlot (legend). There is currently no way to setup different fonts for different elements of the plot. If you want to render the header yourself, you can hide the default by prepending ## on the label ID. |
All text is rendered inside of BeginPlot (title/axes) or EndPlot (legend). There is currently no way to setup different fonts for different elements of the plot.
If you want to render the header yourself, you can hide the default by prepending ## on the label ID.