I am using plotly in Python 2.7 to produce Gantt charts like -
But instead of filling the individual bars with color, I wish to fill them with different patterns so that it can be read even when printed in grey scale.
Is there a way to do that in Plotly? If not what other Python packages can do it?
Thanks!