Skip to content
Snippets Groups Projects
Commit 6a724ae8 authored by Mayr, Hannes's avatar Mayr, Hannes
Browse files

Display IDs with linebreaks correctly with matplotlib.

parent 8182660b
No related branches found
No related tags found
3 merge requests!65Release v0.3.0,!64New year developments,!63Improve handling of long IDs
Pipeline #883631 passed
......@@ -58,8 +58,6 @@ def tagplot_matplotlib(plotid_object: PlotOptions) -> PlotIDTransfer:
x=plotid_object.position[0],
y=plotid_object.position[1],
s=fig_id,
ha="left",
wrap=True,
rotation=plotid_object.rotation,
fontsize=plotid_object.fontsize,
color=plotid_object.fontcolor,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment