First X-Axis label not shown when using SkipLabels>1
Status: Beta
Brought to you by:
ayashisunyday
If you set $SkipLabels to a value > 1 when calling drawScale, then the first x-axis label to be shown will be for value ($SkipLabels-1), e.g. if you call with $SkipLabels having a value of 14, then the first x-axis label will be shown against the 13th data item in your set. The following change always draws the first value on the axis, before skipping $SkipLabels.
Patch to always draw first x-axis label