mantidproject / mantid

Main repository for Mantid code
https://www.mantidproject.org
GNU General Public License v3.0
210 stars 122 forks source link

Fit Script Generator subplots overlap #37375

Open yusufjimoh opened 4 months ago

yusufjimoh commented 4 months ago

Describe the bug There is an overlap of subplots labels generated from the Fit Script Generator Interface.

To Reproduce

  1. Open the Mantid Workbench
  2. Select the Fit Script Generator
  3. Click on Add Domain
  4. Add a suitable workspace e.g. ‘irs26176_red’ from ISIS Training data
  5. Add workspace Indices e.g. '0-3'
  6. Right click on the Function Browser and add a Lorentzian function
  7. Change the Amplitude parameter values to 1.5
  8. Click Generate Script to Clipboard, and then paste into an empty python script window
  9. Run the script and you will see the results

Expected behavior The sub plots label should not overlap.

Screenshots image

Platform/Version (please complete the following information):

jclarkeSTFC commented 4 months ago

This happens in 6.9.1 as well