@@ -551,7 +551,7 class Axes: | |||
|
551 | 551 | self.z_buffer = numpy.hstack((self.z_buffer, z)) |
|
552 | 552 | |
|
553 | 553 | if self.decimationx == None: |
|
554 | deltax = (self.xmax - self.xmin)/maxNumX | |
|
554 | deltax = float(self.xmax - self.xmin)/maxNumX | |
|
555 | 555 | deltay = float(self.ymax - self.ymin)/maxNumY |
|
556 | 556 | |
|
557 | 557 | resolutionx = self.x_buffer[2]-self.x_buffer[0] |
General Comments 0
You need to be logged in to leave comments.
Login now