5.1.5 Manipulating Now


Code

class Example(gantt.Standard):
    data = acso
    show_now = True
    show_scale = True
    show_grid = True       
    time_axis_properties = \
        { "tickers" : (1,),
          "now.edgecolor" : "darkgreen",
          "now.linestyle" : "dashed" }

Result

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

Description

The show_now atribute specifies wether to show a line at now.