d3py icon indicating copy to clipboard operation
d3py copied to clipboard

log scale axes

Open mikedewar opened this issue 14 years ago • 2 comments

The user should be able to specify that the x, y or both axes should be log-scale

mikedewar avatar Aug 06 '11 12:08 mikedewar

This should be as easy as sending "log" to d3 when we build the scale.... Right?

mynameisfiber avatar Feb 18 '12 00:02 mynameisfiber

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

mikedewar avatar Feb 18 '12 00:02 mikedewar