Merge pull request #23250 from martyngigg/workbench_dragndrop_plotting
Workbench dragndrop plotting
No related branches found
No related tags found
Showing
- Framework/API/inc/MantidAPI/AnalysisDataService.h 22 additions, 22 deletionsFramework/API/inc/MantidAPI/AnalysisDataService.h
- Framework/API/src/AnalysisDataService.cpp 41 additions, 0 deletionsFramework/API/src/AnalysisDataService.cpp
- Framework/API/test/AnalysisDataServiceTest.h 63 additions, 5 deletionsFramework/API/test/AnalysisDataServiceTest.h
- Framework/PythonInterface/inc/MantidPythonInterface/kernel/Converters/ToPyList.h 57 additions, 0 deletions...ce/inc/MantidPythonInterface/kernel/Converters/ToPyList.h
- Framework/PythonInterface/inc/MantidPythonInterface/kernel/Converters/VectorToNDArray.h 1 addition, 1 deletion...MantidPythonInterface/kernel/Converters/VectorToNDArray.h
- Framework/PythonInterface/mantid/api/src/Exports/AnalysisDataService.cpp 30 additions, 2 deletions...nInterface/mantid/api/src/Exports/AnalysisDataService.cpp
- Framework/PythonInterface/mantid/api/src/Exports/Workspace.cpp 1 addition, 3 deletions...work/PythonInterface/mantid/api/src/Exports/Workspace.cpp
- Framework/PythonInterface/test/cpp/CMakeLists.txt 1 addition, 0 deletionsFramework/PythonInterface/test/cpp/CMakeLists.txt
- Framework/PythonInterface/test/cpp/PySequenceToVectorTest.h 2 additions, 0 deletionsFramework/PythonInterface/test/cpp/PySequenceToVectorTest.h
- Framework/PythonInterface/test/cpp/ToPyListTest.h 34 additions, 0 deletionsFramework/PythonInterface/test/cpp/ToPyListTest.h
- Framework/PythonInterface/test/python/mantid/api/AnalysisDataServiceTest.py 22 additions, 8 deletions...terface/test/python/mantid/api/AnalysisDataServiceTest.py
- Framework/PythonInterface/test/python/mantid/plots/plotfunctionsTest.py 15 additions, 2 deletions...onInterface/test/python/mantid/plots/plotfunctionsTest.py
- MantidPlot/src/Mantid/MantidUI.cpp 3 additions, 9 deletionsMantidPlot/src/Mantid/MantidUI.cpp
- qt/applications/workbench/CMakeLists.txt 2 additions, 0 deletionsqt/applications/workbench/CMakeLists.txt
- qt/applications/workbench/workbench/app/mainwindow.py 2 additions, 1 deletionqt/applications/workbench/workbench/app/mainwindow.py
- qt/applications/workbench/workbench/plotting/figuremanager.py 16 additions, 38 deletions...pplications/workbench/workbench/plotting/figuremanager.py
- qt/applications/workbench/workbench/plotting/figuretype.py 12 additions, 10 deletionsqt/applications/workbench/workbench/plotting/figuretype.py
- qt/applications/workbench/workbench/plotting/figurewindow.py 106 additions, 0 deletionsqt/applications/workbench/workbench/plotting/figurewindow.py
- qt/applications/workbench/workbench/plotting/functions.py 173 additions, 53 deletionsqt/applications/workbench/workbench/plotting/functions.py
- qt/applications/workbench/workbench/plotting/test/test_figuretype.py 5 additions, 0 deletions...ions/workbench/workbench/plotting/test/test_figuretype.py
Loading
Please register or sign in to comment