dankelley / plan

R package for project planning
https://dankelley.github.io/plan/
33 stars 9 forks source link

Plan gantt charts - legend #5

Closed marcel111 closed 8 years ago

marcel111 commented 9 years ago

Can plan be modified to allow user to include a legend as you have for the burndown plots?

dankelley commented 9 years ago

This should work now in develop, e.g.

library(plan)
data(gantt)
plot(gantt, main="A title")

Please check, and if it's OK, close the issue. Thanks