You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deflatexify(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}',
}
The text was updated successfully, but these errors were encountered:
Erorr
python two_assets.py
a value error is being raised:ValueError: Key text.latex.preamble: Could not convert ['\\usepackage{gensymb}'] to str
cfmm-routing-code/latexify.py
Line 43 in 65311c1
See more of this issue here documented matplotlib/matplotlib#26464
Fix
The text was updated successfully, but these errors were encountered: