Esempio n. 1
0
 def update_scalarmappable(self):
     #
     #  update_scalamappable in super class will
     #  set proper size of edgecolors
     #  then I need to set alpha
     #
     LineCollection.update_scalarmappable(self)
     self.set_alpha(self._cz_alpha)
Esempio n. 2
0
 def update_scalarmappable(self):
     #
     #  update_scalamappable in super class will
     #  set proper size of edgecolors
     #  then I need to set alpha
     #
     LineCollection.update_scalarmappable(self)
     self.set_alpha(self._cz_alpha)