it removes x axis? ```python p, ax = plot_approximation_quality(results) add_legend(ax, ['PermutationSamplingSII', 'SHAPIQ', 'SVARMIQ', 'KernelSHAPIQ']) ``` 
it removes x axis?