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

Plotter Warnings #426

Open
ax3l opened this issue Sep 2, 2024 · 0 comments
Open

Plotter Warnings #426

ax3l opened this issue Sep 2, 2024 · 0 comments
Labels

Comments

@ax3l
Copy link
Member

ax3l commented Sep 2, 2024

With Python 3.12 and the latest openPMD-viewer 1.10.0 release, I see the following warnings:

openpmd_viewer/openpmd_timeseries/plotter.py:311: SyntaxWarning: invalid escape sequence '\;'
  plt.xlabel('$%s \;(m)$' % info.axes[0], fontsize=self.fontsize)
openpmd_viewer/openpmd_timeseries/plotter.py:389: SyntaxWarning: invalid escape sequence '\;'
  plt.xlabel('$%s \;(m)$' % info.axes[1], fontsize=self.fontsize)
openpmd_viewer/openpmd_timeseries/plotter.py:390: SyntaxWarning: invalid escape sequence '\;'
  plt.ylabel('$%s \;(m)$' % info.axes[0], fontsize=self.fontsize)
@ax3l ax3l added the warning label Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant