Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e53ba3e

Browse files
committed
avoid triple quoted string
1 parent 192a26c commit e53ba3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/user_interfaces/svg_histogram.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
H = plt.hist([r, r1], label=labels)
5555
containers = H[-1]
5656
leg = plt.legend(frameon=False)
57-
plt.title("""From a web browser, click on the legend
58-
marker to toggle the corresponding histogram.""")
57+
plt.title("From a web browser, click on the legend\n"
58+
"marker to toggle the corresponding histogram.")
5959

6060

6161
# --- Add ids to the svg objects we'll modify

0 commit comments

Comments
 (0)