brycefrank / pyfor

Tools for analyzing aerial point clouds of forest data.
MIT License
93 stars 19 forks source link

Unnecessary axis inversion in DetectedTops plotting method #30

Closed bw4sz closed 5 years ago

bw4sz commented 5 years ago

https://github.com/brycefrank/pyfor/blob/67c24ac939a41d322e711768e9c5cbd6bdf14d60/pyfor/rasterizer.py#L291 see #26

brycefrank commented 5 years ago

It should not. It does not seem to have an effect on the output of the image, but the orientation of the tick labels were incorrect anyway. Fixing now.