I wasn't sure I was to go this far. After catching breath the following have been added to Generic, auto scaling, scaled SQL graphs, and these will conclude my current hacks: Displaying X-axis min/max values. Support for Y-axis values precision. Support for pre-defined scale range. The addition of the above makes for presentable, usable graphs. [...]
In Rotating SQL graphs horizontally, I have shown how to rotate an ASCII SQL graph into horizontal position. I was dissatisfied with some parts of the solution, which I will show now how to fix: I had to manually scale the graph values so as to fit nicely into screen. I had to rely on [...]
We all love graphs. We all love SQL hacks. We all know the SQL hack which displays a character-based graph (example follows for those unfamiliar). But we all love horizontal graphs, not vertical ones. We are used to the X axis being horizontal, Y being vertical. Not vice versa. In this post I'll present a [...]