Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Create Gantt charts for datasets with project data
ResourceFunction["ProjectDataGanttChart"][ds] plots a Gantt chart for a project dataset ds. |
Create a Gantt chart from a Dataset:
In[1]:= | ![]() |
Out[1]= | ![]() |
Here is a dataset with project data:
In[2]:= | ![]() |
Out[3]= | ![]() |
Here is the Gantt chart:
In[4]:= | ![]() |
Out[4]= | ![]() |
Create data without groups:
In[5]:= | ![]() |
Out[7]= | ![]() |
Make the Gantt chart:
In[8]:= | ![]() |
Out[8]= | ![]() |
Create data without projects:
In[9]:= | ![]() |
Out[11]= | ![]() |
Make the Gantt chart:
In[12]:= | ![]() |
Out[12]= | ![]() |
Create data that only includes start and end dates:
In[13]:= | ![]() |
Out[15]= | ![]() |
Make the Gantt chart:
In[16]:= | ![]() |
Out[16]= | ![]() |
Make a random matrix with two columns and plot the Gantt chart for it:
In[17]:= | ![]() |
Out[18]= | ![]() |
ProjectDataGanttChart takes all the options of TimelinePlot:
In[19]:= | ![]() |
Out[19]= | ![]() |
Here is a dataset with data for 64 projects:
In[20]:= | ![]() |
See a sample of the data:
In[21]:= | ![]() |
Out[22]= | ![]() |
Here is the corresponding Gantt chart:
In[23]:= | ![]() |
Out[23]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License