Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 98ffe04

Browse files
Changes Bar_width size
1 parent ff76785 commit 98ffe04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎app.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def jobs_to_gantt_fig(scheduled_jobs, nb_machines, nb_jobs):
6262
m_id+1), "Start": start_t, "Finish": finish_t, "Resource": job[m_id]["name"]}
6363
tasks.append(task)
6464
fig = ff.create_gantt(tasks, show_colorbar=True, index_col="Resource",
65-
showgrid_x=True, showgrid_y=True, group_tasks=True, bar_width=0.1)
65+
showgrid_x=True, showgrid_y=True, group_tasks=True, bar_width=0.08)
6666
return fig
6767

6868

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /