mantidproject / mantid

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

Documentation references Deprecated URL for 3D Plotting in Matplotlib #37603

Open yusufjimoh opened 6 days ago

yusufjimoh commented 6 days ago

Describe the bug The Mantid documentation reference matplotlib tutorial in several places and some of the URLs have been found to be deprecated e.g. The Matplotlib tutorial referenced in the links below are deprecated :

  1. https://docs.mantidproject.org/nightly/plotting/3DPlotsHelp.html
  2. https://developer.mantidproject.org/MVPTutorial/Matplotlib.html

To Reproduce

  1. visit https://docs.mantidproject.org/nightly/plotting/3DPlotsHelp.html, click "3D Plotting in Matplotlib"
  2. visit https://developer.mantidproject.org/MVPTutorial/Matplotlib.html, click "Matplotlib Documentation"

Expected behavior The documentation is expected to point to the new matplotlib updated URLs: https://matplotlib.org/stable/users/explain/toolkits/mplot3d.html https://matplotlib.org/stable/tutorials/pyplot.html