No coding needed. Visualise your timelines in publication‑ready Gantt chart! I used this for my Ph.D. and everyone is welcome to use for any project. You only need to have python installed in your computer and follow the isntructions below.
| What it does | |
|---|---|
| Simple data model | Task list defined in loaded from a one‑line‑per‑task CSV file. |
| Auto date validation | Raises a clear error if an end date precedes its start date. |
| Milestone support | Zero‑length tasks become diamonds (or 1‑day bars) automatically. |
| Flexible palettes | Pass any Matplotlib colormap or hard‑coded hex/HTML colours. |
| Big‑figure defaults | Large fonts and A4/letter‑friendly figure size out of the box. |
| Export anywhere | Save as PNG, PDF, SVG, or copy paste straight up |
name,start,end
Submit Aim 2 paper to Cell Genomics,2025‑06‑26,2025‑07‑07
Aim 2 revisions and publication,2025‑07‑07,2025‑09‑29
Write Aim 3 paper,2025‑06‑26,2025‑07‑26
Submit Aim 3 paper to Genome Biology,2025‑07‑26,2025‑08‑10
Aim 3 paper revisions,2025‑09‑10,2026‑01‑10
LLM project execution and publication,2025‑10‑10,2026‑01‑10
Job Search,2026‑10‑10,2026‑04‑20$ git clone https://github.com/ivichadriana/gantt_chart_generator.git
$ cd gantt_chart_generator
$ python create_gantt_chart.py
| Need | How |
|---|---|
| Different date granularity | Change the locator: mdates.MonthLocator() or DayLocator(interval=7). |
| Milestone symbol | In gantt.py, swap the ax.scatter(... marker="D") for any marker style. |
| Fonts/colours | Edit the FIG_OPTS dict at the top of the script. |
| Horizontal swim‑lanes | Group tasks by adding a lane field & plotting each lane on its own Axes. |
- Fork the repo & create your feature branch (
git checkout -b feat/awesome) - Commit your changes (
git commit -am 'Add awesome feature') - Push to the branch (
git push origin feat/awesome) - Open a Pull Request!
All contributions—bug fixes, doc tweaks, or entirely new features—are welcome.
BSL3, Adriana Ivich 2025
