We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192a26c commit e53ba3eCopy full SHA for e53ba3e
examples/user_interfaces/svg_histogram.py
@@ -54,8 +54,8 @@
54
H = plt.hist([r, r1], label=labels)
55
containers = H[-1]
56
leg = plt.legend(frameon=False)
57
-plt.title("""From a web browser, click on the legend
58
-marker to toggle the corresponding histogram.""")
+plt.title("From a web browser, click on the legend\n"
+ "marker to toggle the corresponding histogram.")
59
60
61
# --- Add ids to the svg objects we'll modify
0 commit comments