Hi all,
I think I found a bug in RTGrapher: it does not seem to respect the minX: axis setting when that value is bigger than 0. For example:
| b ds |
b := RTGrapher new.
ds := RTData new.
ds points: #(2 3 4).
b add: ds.
b minX: 1.
b build.
^ b view
-> x starts at 0.
But if I set it to a negative number (e.g. -1) the x axis does start at that value.
This is a problem for me, because I have data e.g. between +-20 and +-30 and this just looks ugly:
Can this be fixed? Thanks in advance!
--
Does this mail seem too brief? Sorry for that, I don’t mean to be rude! Please see
http://emailcharter.org
.
Johan Fabry - http://pleiad.cl/~jfabry
PLEIAD and RyCh labs - Computer Science Department (DCC) - University of Chile