8000 Long line · matplotlib/matplotlib@7293060 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7293060

Browse files
committed
Long line
1 parent d129186 commit 7293060

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/pyplot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,8 @@ def xkcd():
279279
fig2 = plt.figure()
280280
"""
281281
if rcParams['text.usetex']:
282-
raise RuntimeError("xkcd mode is not compatible with text.usetex = True")
282+
raise RuntimeError(
283+
"xkcd mode is not compatible with text.usetex = True")
283284

284285
from matplotlib import patheffects
285286
context = rc_context()

0 commit comments

Comments
 (0)
0