Skip to content

Commit ee5040f

Browse files
committed
[MISC] automatic linting
1 parent b427403 commit ee5040f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/plot.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,9 @@ def create_plot(interactive=False):
138138
source = ColumnDataSource(time_data)
139139
original = ColumnDataSource(time_data)
140140

141-
renderers1 = p1.hbar_stack(stackers=time_structure[1:], y=time_structure[0], height=0.4, source=source, color=Set2_6)
141+
renderers1 = p1.hbar_stack(
142+
stackers=time_structure[1:], y=time_structure[0], height=0.4, source=source, color=Set2_6
143+
)
142144
legend_items = []
143145
for r in renderers1:
144146
key, tag = r.name, r.name

0 commit comments

Comments
 (0)