Tickets

Issues

#FIXME: plot_width and plot_height should be object properties and be re-used.


        #FIXME: plot_width and plot_height should be object properties and be re-used.
        plot_width = self.width - 2* self.borders[HORZ]
        plot_height = self.height - 2 * self.borders[VERT]
        plot_top = self.height - self.borders[VERT]

        series_amplitude = self.bounds[VERT][1] - self.bounds[VERT][0]

History
    Changed by Laurent DEFERT on 2023-01-18 12:16:41 during fbea579dac61d4988aca4bf9bd4c0578003a2385
  • File: kissspm/CairoPlot.py - staticpm/CairoPlot.py
  • Changed by Laurent Defert on 2013-01-19 11:01:39 during 097f098395a8e5e0fdc3df6b8fca176038b041f2
  • Content: updated from
            #FIXME: plot_width and plot_height should be object properties and be re-used.
            plot_width = self.width - 2* self.borders[HORZ]
            plot_height = self.height - 2 * self.borders[VERT]
            plot_top = self.height - self.borders[VERT]
            
            series_amplitude = self.bounds[VERT][1] - self.bounds[VERT][0]