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

matplotlib warnings #21

Closed
Addalin opened this issue Apr 28, 2021 · 1 comment
Closed

matplotlib warnings #21

Addalin opened this issue Apr 28, 2021 · 1 comment

Comments

@Addalin
Copy link
Owner

Addalin commented Apr 28, 2021

C:\Users\addalin\Dropbox\Lidar\lidar_learning\learning_lidar\utils\misc_lidar.py:38: MatplotlibDeprecationWarning: Support for setting the 'text.latex.preamble' or 'pgf.preamble' r
cParam 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.
plt.rcParams['text.latex.preamble'] = [r"\usepackage{amsmath}"]

@OmerShubi
Copy link
Collaborator

replaced plt.rcParams['text.latex.preamble'] = [r"\usepackage{amsmath}"]
with
plt.rcParams['text.latex.preamble'] = r"\usepackage{amsmath}"
warning gone

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

2 participants