##// END OF EJS Templates
Daniel Valdez -
r444:ba657b994f81
parent child
Show More
@@ -551,7 +551,7 class Axes:
551 self.z_buffer = numpy.hstack((self.z_buffer, z))
551 self.z_buffer = numpy.hstack((self.z_buffer, z))
552
552
553 if self.decimationx == None:
553 if self.decimationx == None:
554 deltax = (self.xmax - self.xmin)/maxNumX
554 deltax = float(self.xmax - self.xmin)/maxNumX
555 deltay = float(self.ymax - self.ymin)/maxNumY
555 deltay = float(self.ymax - self.ymin)/maxNumY
556
556
557 resolutionx = self.x_buffer[2]-self.x_buffer[0]
557 resolutionx = self.x_buffer[2]-self.x_buffer[0]
General Comments 0
You need to be logged in to leave comments. Login now