Home
last modified time | relevance | path

Searched refs:LatexManager (Results 1 – 4 of 4) sorted by relevance

/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/backends/
H A Dbackend_pgf.py218 latex_header = LatexManager._build_latex_header()
230 new_inst = LatexManager()
235 class LatexManager(object): class
260 unclean_instances = list(LatexManager._unclean_instances)
292 LatexManager._unclean_instances.add(self)
296 self.latex_header = LatexManager._build_latex_header()
343 LatexManager._unclean_instances.discard(self)
987 LatexManager._cleanup_remaining_instances()
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/backends/
H A Dbackend_pgf.py203 class LatexManager: class
277 self.latex_header = LatexManager._build_latex_header()
374 man = LatexManager._get_cached_or_new()
384 LatexManager._get_cached_or_new_impl.cache_clear()
731 w, h, d = (LatexManager._get_cached_or_new()
/dports/math/py-matplotlib/matplotlib-3.4.3/doc/api/prev_api_changes/api_changes_3.3.0/
H A Dbehaviour.rst47 ``backend_pgf.LatexManager.latex``
49 ``backend_pgf.LatexManager.latex`` is now created with ``encoding="utf-8"``, so
H A Ddeprecations.rst33 ``backend_pgf.LatexManager.latex_stdin_utf8``
35 ``backend_pgf.LatexManager.latex`` is now created with ``encoding="utf-8"``, so