boyfarrell.com

boyfarrell.com Archives: September 2007

·

4 September 2007

ChocPlot: Mutable Axis Model

The original AxisModel was quite limited in it’s abilities; it just did everything automatically. Here I introduce the mutable subclass of AxisModel; MutableAxisModel
As this is a subclass it still responds to the same methods defined in AxisModel; -interval, -spacing, -start, -stop, -representation, -description
MutableAxisModel adds additional methods designed to give the user some control over the [...]

continue reading... » One Comment

3 September 2007

Overview of axis rounding

(A pdf version of this discussion with equations, and source code with documentation are available. Alternatively, just the documentation is available on-line.)
Update There were some problems with the original code, but they are all solved now. There were just silly bugs: one variable was a unsigned and should have been an int etc.
I have [...]

continue reading... » 0 Comments

·