diff options
| author | tgrogers <[email protected]> | 2020-10-18 09:48:00 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2020-10-18 09:48:00 -0400 |
| commit | b1606d7830bbc27240929f357cd9879256969156 (patch) | |
| tree | 7c62fc939dfda103b423ec1260b72a5d1dee8a73 /aerialvision | |
| parent | 94ff25343d1047407f0ece81edd2e44e10d6cb60 (diff) | |
| parent | 6e43eb6f8934b78cfa062b993e6c32b728aca5f2 (diff) | |
Merge remote-tracking branch 'gpgpu-sim/dev' into dev
Diffstat (limited to 'aerialvision')
| -rw-r--r-- | aerialvision/guiclasses.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/aerialvision/guiclasses.py b/aerialvision/guiclasses.py index 45fed26..04036a8 100644 --- a/aerialvision/guiclasses.py +++ b/aerialvision/guiclasses.py @@ -1365,7 +1365,8 @@ class graphManager: interpolation = 'nearest' norm = plotFormat.norm im = self.plot.imshow(y, cmap = cmap, interpolation = interpolation, aspect = 'auto', norm = norm ) - tmp = im.get_axes().get_position().get_points() + # tmp = im.get_axes().get_position().get_points() + tmp = im.get_window_extent().get_points() if (plotID in self.cbarAxes): self.figure.delaxes(self.cbarAxes[plotID]) |
