Creating text series under the Gantt Chart in Phyton

Dear All,
Is it possible to add series of text under the gantt chart created in Phyton like the attached picture with manual text series ilustration at bottom.


Please advice on how to do that in phyton, with link of help or samples
Thank you so much.

Best regards,
Wayan S

Looks like you probably want a stacked subplot:

Then add a table as the bottom subplot:

@Adam this might be a good Python Gantt example for the docs (adding subplots).