Skip to content

Commit 4ef3058

Browse files
committed
Fix line too long error
1 parent d7ce7ec commit 4ef3058

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

proplot/styletools.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3180,7 +3180,9 @@ def register_fonts():
31803180
fonts[:] = [*fonts_proplot, *fonts_system]
31813181

31823182

3183-
def _draw_bars(names, *, source, unknown='User', length=4.0, width=0.2, N=None):
3183+
def _draw_bars(
3184+
names, *, source, unknown='User', length=4.0, width=0.2, N=None
3185+
):
31843186
"""
31853187
Draw colorbars for "colormaps" and "color cycles". This is called by
31863188
`show_cycles` and `show_cmaps`.

0 commit comments

Comments
 (0)