Plaster

latex
\documentclass[10pt]{article} \usepackage{geometry} \geometry{vmargin=0.5cm,hmargin=2cm,a2paper,landscape} \usepackage{pgfgantt} \begin{document} \begin{ganttchart}[ hgrid, vgrid, bar/.append style={fill=red,rounded corners=3pt}, x unit=1mm, time slot format=isodate, expand chart=\textwidth, time slot unit=day, % link/.style={thick, ->, green!50!black, rounded corners=2mm}, canvas/.style={shape=rectangle, draw=black}, hgrid=true, progress=today, vgrid={{dotted,dotted}}, today=2019-11-12, today label =Current Day, ]{2019-9-01}{2020-5-30} \gantttitlecalendar{year,month=name}\\ %\ganttgroup{Phase 1}{12}{24} \ganttgroup{The Project}{2019-9-1}{2020-05-30}\\ \ganttgroup{Research}{2019-9-1}{2019-10-01}\\ \ganttbar{Researching the literature}{2019-9-1}{2019-9-15}\\ \ganttlinkedbar{Researching current technologies}{2019-9-16}{2019-10-01}\\ \ganttgroup{Prototyping} {2019-10-2}{2020-2-1}\\ \ganttbar{Understanding x264 compression algorithm} {2019-10-2}{2019-11-1}\\ \ganttlinkedbar{Understanding ffmpeg library}{2019-11-2}{2019-12-1}\\ \ganttlinkedbar{Attempt modification of ffmpeg library to hide data} {2019-12-2}{2019-12-31}\\ \ganttlinkedbar{develop a proof of concept} {2020-1-1}{2020-2-1}\\ \ganttgroup{Product development} {2020-2-1}{2020-4-1}\\ %\ganttgroup{Core development}{2020-2-1}{2020-4-1} \ganttbar{Use CFFI to link in new modified libraries} {2020-2-1}{2020-3-1}\\ \ganttbar{Develop a framework to store varying quantities of data} {2020-2-1}{2020-3-1}\\ \ganttbar{Produce a front end website to store data in the videos} {2020-3-1}{2020-3-15}\\ \ganttbar{Produce samples of various quantities hidden in test sequences} {2020-3-16}{2020-4-1} \ganttmilestone{Project complete}{2020-05-30} \end{ganttchart} \end{document}