Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MatplotlibDeprecationWarning #47

Closed
pravirkr opened this issue Nov 1, 2020 · 3 comments
Closed

MatplotlibDeprecationWarning #47

pravirkr opened this issue Nov 1, 2020 · 3 comments
Assignees

Comments

@pravirkr
Copy link

pravirkr commented Nov 1, 2020

When running the plotting functions, this warning pops up:

MatplotlibDeprecationWarning: Support for setting the 'text.latex.preamble' or 
'pgf.preamble' rcParam to a list of strings is deprecated since 3.3 and will be
removed two minor releases later; set it to a single string instead.
    self[key] = other[key]

It would be good to fix this warning. I suppose putting all LaTex commands in a single string will do.
This issue is part of my JOSS review.

@devanshkv
Copy link
Member

Fixed with bda807b.

@Haninu
Copy link

Haninu commented Jan 27, 2021

Hello,

Please I have the same problem, how can i fix it ? Actually, I've a code which I did convert to .exe and it work perfectly on my computer but in my colleague's computer it doesn't, is that have any relation with Anaconda because for the coding i used Jupyter notebook, The error text content is :

matplotlibDeprecationWarning: Support for setting the 'text.latex.preamble' or 'pgf.preamble' rcParam to a list of strings is deprecated since 3.3 and will be removed two minor releases later; set it to a single string instead.

@devanshkv
Copy link
Member

@Haninu this is just a warning, and should not affect the functionality of the package.

In case you fix it, please feel free to send a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants