import numpy as np from .globals import * from .plotim import linear_plot class Plot(linear_plot): def __init__(self, xaxis, yaxis, **kwargs): linear_plot.__init__(self, **kwargs) self.set_scale(xaxis, yaxis)