d3py
d3py copied to clipboard
log scale axes
The user should be able to specify that the x, y or both axes should be log-scale
This should be as easy as sending "log" to d3 when we build the scale.... Right?
there's a d3 log scale... we can stick that in the scale object with all the others! we don't need to take logs in python - I think d3 does that for you...
M
On 17 Feb 2012, at 19:44, Micha Gorelick wrote:
This should be as easy as sending "log" to d3 when we build the scale.... Right?
Reply to this email directly or view it on GitHub: https://github.com/mikedewar/d3py/issues/11#issuecomment-4030609