Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc4b63b4

Browse files
author
Sandhya
committed
Fix: Add _math_symbol_cache to MathTextParser
1 parent01295df commitc4b63b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎lib/matplotlib/mathtext.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def __init__(self, output):
6060
output=output.lower())
6161
self._last_backend=None
6262
self._last_font=None
63+
self._math_symbol_cache= {}
6364

6465
defparse(self,s,dpi=72,prop=None,*,antialiased=None):
6566
"""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp