Return a string containing user additions to the tex preamble.
(cls)
| 201 | |
| 202 | @classmethod |
| 203 | def get_custom_preamble(cls): |
| 204 | """Return a string containing user additions to the tex preamble.""" |
| 205 | return mpl.rcParams['text.latex.preamble'] |
| 206 | |
| 207 | @classmethod |
| 208 | def _get_tex_source(cls, tex, fontsize): |