mirror of
https://github.com/cdryzun/tg_bot_collections.git
synced 2025-04-29 00:27:09 +08:00
commit
9d43e7d7be
@ -28,7 +28,7 @@ class Plot(PrettyPlot):
|
|||||||
self.xmax,
|
self.xmax,
|
||||||
self.ymax,
|
self.ymax,
|
||||||
) = self.aoi_bounds
|
) = self.aoi_bounds
|
||||||
# take from aoi geometry bounds, otherwise probelematic if unequal geometry distribution over plot.
|
# take from aoi geometry bounds, otherwise problematic if unequal geometry distribution over plot.
|
||||||
self.xmid = (self.xmin + self.xmax) / 2
|
self.xmid = (self.xmin + self.xmax) / 2
|
||||||
self.ymid = (self.ymin + self.ymax) / 2
|
self.ymid = (self.ymin + self.ymax) / 2
|
||||||
self.xdif = self.xmax - self.xmin
|
self.xdif = self.xmax - self.xmin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user