mirror of
https://github.com/cdryzun/tg_bot_collections.git
synced 2025-06-23 20:56:46 +08:00
wqa
Merge branch 'main' of https://github.com/yihong0618/tg_bot_collections
This commit is contained in:
@ -28,7 +28,7 @@ class Plot(PrettyPlot):
|
||||
self.xmax,
|
||||
self.ymax,
|
||||
) = 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.ymid = (self.ymin + self.ymax) / 2
|
||||
self.xdif = self.xmax - self.xmin
|
||||
|
Reference in New Issue
Block a user