Marcel Albus
Results
2
issues of
Marcel Albus
I wanted to highlight the axes, to indicate missing or excessive occurrences of some keys. However, I could find this neither in the docs nor in the code, so I...
When using the `px.timeline` function I perceive varying bar thickness in the diagram (full code at bottom):  Code: ``` fig = px.timeline(df, x_start="Start", x_end="Finish", y="Workstation", color="Resource", text="Task", width=1600,...