5.1.4 Manipulating the Grid


Code

class Example(gantt.Standard):
    data = acso
    show_now = False
    show_scale = True
    show_grid = True
    time_axis_properties = \
        { "tickers" : (1,),
          "free.facecolor" : "lightgreen",
          "grid.linestyle" : "dotted" }

Result

\includegraphics[width=\textwidth]{gencustomize/timeaxis4}

Description

If you set show_free_time = False the green areas will disappear.