#proc page pagesize: 15 10 scale: 1.1 #proc getdata file: gmail-counts.csv delim: comma fieldnames: epoch datetime INBOX INBOX-unread Drafts rotc-unread ctte-unread talk-unread #proc areadef titledetails: size=14 style=B align=C adjust=0,0.3 xscaletype: datetime yyyy/mm/dd.hh:mm:ss xautorange: datafield=datetime rectangle: 1 1 13 4.5 #saveas ad yautorange: datafield=INBOX-unread,Drafts,rotc-unread,ctte-unread,talk-unread lowfix=0 #proc xaxis stubformat: yyyy/mm/dd stubs: inc 7 days tics: yes ticlen: 0.1 minortics: yes minorticlen: 0.05 minorticinc: 1 day #saveas x #proc yaxis stubs: inc 50 grid: color=gray(0.9) gridskip: min tics: yes ticlen: 0.1 minortics: yes minorticinc: 10 minorticlen: 0.05 #saveas y #proc lineplot xfield: datetime yfield: INBOX-unread legendlabel: INBOX-unread linedetails: color=coral width=1 #proc lineplot xfield: datetime yfield: Drafts legendlabel: Drafts linedetails: color=blue width=1 #proc lineplot xfield: datetime yfield: rotc-unread legendlabel: rotc-unread linedetails: color=green width=1 #proc lineplot xfield: datetime yfield: ctte-unread legendlabel: ctte-unread linedetails: color=purple width=1 #proc lineplot xfield: datetime yfield: talk-unread legendlabel: talk-unread linedetails: color=redorange width=1 #proc legend location: max-1 max seglen: 0.2 /////////////////////////////////////////////////////// #proc areadef #clone ad title: gmail folder sizes rectangle: 1 5.5 13 9 //yautorange: datafield=INBOX lowfix=0 //yautorange: datafield=INBOX nearest=100 yautorange: datafield=INBOX margin=20 #proc xaxis #clone x #proc yaxis #clone y // stubs: inc 100 // minorticinc: 50 #proc lineplot xfield: datetime yfield: INBOX legendlabel: INBOX linedetails: color=red width=1 #proc legend location: max-1 max seglen: 0.2