wayans
June 22, 2018, 11:47am
1
Dear All,
I am not yet start to learn Python, but I have a question to experience user.
I found this Ganttchart examples created in Python.
Is it possible to create line in the Ganttchart area (I ilustrated manualy with red line)?
Please advice on how to create the line over the Ganttchart
Sincerely,
Wayan S
bcd
June 25, 2018, 10:19am
2
Hi @wayans
I havenβt tried this but I would imagine that you could add an additional scatter trace to the data on a second y axis line. Relevant docs would be https://plot.ly/python/line-charts/ and https://plot.ly/python/multiple-axes/
Also, you could always open gnatt chart example from the docs and play with it in Plotlyβs Chart Studio to give you an idea of how to approach it.
empet
June 25, 2018, 4:02pm
3
@wayans , Yes, you can plot lines over and under Gantt charts, following the example in this notebook:
https://plot.ly/~empet/14715 .
1 Like
wayans
June 26, 2018, 5:02am
4
Hello bcd
Hello empet
Your link of samples both give me a clear clue that creating the line over the gantt chart is possible in Phyton, I will try out and might be need more discussion with you if I find problem later.
I still have another preview question about the chart and I will put as new question.
Thank you so much for your help.
Best regards,
Wayan S