On 2016/02/18 9:31 PM, Stephan Beal wrote:
>> The first CTE sets up some parameters in the first 3 fields used to draw
>> the graph - play with those parameters for fun.
>>
> i wouldn't even know what to do with them :/.

Change them of course! :) - to be specific, the first 3 values from the 
line:

SELECT 20, 10, -90, 0, 0, 0, 0

can be adjusted. The first value (20) determines the width of the graph 
(in characters),
the second value (10) determines the degrees increment or "Step" if you 
will, and
the third value (-90) the start angle in degrees.

So to make the graph double as wide, stepping in 15 degree increments 
and starting at 45 degrees... you can do:

SELECT 40, 15, 45, 0, 0, 0, 0


etc.
Nice job on the calendar and good luck with the presentation!

Reply via email to