Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2661dc9 + 20f50c0 commit 3784f74Copy full SHA for 3784f74
1 file changed
lib/matplotlib/mathtext.py
@@ -202,13 +202,8 @@ class MathTextParser:
202
_parser = None
203
204
_backend_mapping = {
205
- 'bitmap': MathtextBackendPath,
206
'agg': MathtextBackendAgg,
207
- 'ps': MathtextBackendPath,
208
- 'pdf': MathtextBackendPath,
209
- 'svg': MathtextBackendPath,
210
'path': MathtextBackendPath,
211
- 'cairo': MathtextBackendPath,
212
'macosx': MathtextBackendAgg,
213
}
214
_font_type_mapping = {
0 commit comments