src/plot_relaxed_pareto.py [60:66]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        plt.xlabel('Gamma')
        plt.ylabel(f'Max Group Error ({error_type})')
        plt.show()

        if use_input_commands:
            input('Next plot...')
        figures.append(plt.figure())
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/plot_relaxed_pareto.py [129:136]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            plt.xlabel('Gamma')
            plt.ylabel(f'Max Group Error ({error_type})')
            plt.show()

            # Validation Gamma vs. Pop Error
            if use_input_commands:
                input('Next plot...')
            figures.append(plt.figure())
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



