-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
Erorr
- When I run
python two_assets.pya value error is being raised:
ValueError: Key text.latex.preamble: Could not convert ['\\usepackage{gensymb}'] to str- Source of the error is here:
Line 43 in 65311c1
'text.latex.preamble': ['\\usepackage{gensymb}'],
See more of this issue here documented matplotlib/matplotlib#26464
Fix
def latexify(fig_width=None, fig_height=None, font_size=12, columns=2):
params = {'backend': 'ps',
# Fix: This is expecting a string instead of array
'text.latex.preamble': '\\usepackage{gensymb}',
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels