def plot(self, data_x, data_y, plot_format, plot_name, max_boundary_offset=0):
        """
        Sets up the graph for the current test, and plots the results via the 'Matplotlib' library.

        :param data_x: The data to be plotted along the X-axis (i.e. the row number)