We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa5067 commit 8c932b8Copy full SHA for 8c932b8
1 file changed
openmc_plotter/plotgui.py
@@ -719,7 +719,7 @@ def updateDataIndicatorVisibility(self):
719
def updateColorMap(self, colormap_name, property_type):
720
if self.colorbar and property_type == self.model.activeView.colorby:
721
self.image.set_cmap(colormap_name)
722
- self.colorbar.draw_all()
+ self.figure.draw_without_rendering()
723
self.draw()
724
725
def updateColorMinMax(self, property_type):
@@ -729,7 +729,7 @@ def updateColorMinMax(self, property_type):
729
self.colorbar.mappable.set_clim(*clim)
730
self.data_indicator.set_data(clim[:2],
731
(0.0, 0.0))
732
733
734
735
0 commit comments