Merge branch 'main' of https://github.com/yihong0618/tg_bot_collections
This commit is contained in:
yihong0618
2023-12-17 22:57:01 +08:00
4 changed files with 144 additions and 3 deletions

View File

@ -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