MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / get_custom_preamble

Method get_custom_preamble

lib/matplotlib/texmanager.py:203–205  ·  view source on GitHub ↗

Return a string containing user additions to the tex preamble.

(cls)

Source from the content-addressed store, hash-verified

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):

Callers 1

_get_tex_sourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected