Changeset 1636
- Timestamp:
- 02/16/10 07:44:42 (6 months ago)
- Files:
-
- 2 modified
-
branches/yt-1.6/yt/raven/PlotTypes.py (modified) (1 diff)
-
trunk/yt/raven/PlotTypes.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/yt-1.6/yt/raven/PlotTypes.py
r1567 r1636 779 779 self.image = self._axes.pcolormesh(self.x_bins, self.y_bins, 780 780 temparray, shading='flat', 781 norm=self.norm )781 norm=self.norm, cmap=self.cmap) 782 782 self.colorbar = self._figure.colorbar(self.image, 783 783 extend='neither', shrink=0.95, -
trunk/yt/raven/PlotTypes.py
r1631 r1636 802 802 self.image = self._axes.pcolormesh(self.x_bins, self.y_bins, 803 803 temparray, shading='flat', 804 norm=self.norm )804 norm=self.norm, cmap=self.cmap) 805 805 self.colorbar = self._figure.colorbar(self.image, 806 806 extend='neither', shrink=0.95,
