Merge pull request #23636 from martyngigg/mplcpp-library
Add a helper library to enable plotting with matplotlib from C++
No related branches found
No related tags found
Showing
- Framework/PythonInterface/core/inc/MantidPythonInterface/core/NDArray.h 1 addition, 0 deletions...onInterface/core/inc/MantidPythonInterface/core/NDArray.h
- Framework/PythonInterface/core/src/NDArray.cpp 8 additions, 0 deletionsFramework/PythonInterface/core/src/NDArray.cpp
- buildconfig/CMake/FindCxxTest.cmake 1 addition, 1 deletionbuildconfig/CMake/FindCxxTest.cmake
- buildconfig/CMake/QtTargetFunctions.cmake 8 additions, 1 deletionbuildconfig/CMake/QtTargetFunctions.cmake
- qt/widgets/CMakeLists.txt 1 addition, 0 deletionsqt/widgets/CMakeLists.txt
- qt/widgets/mplcpp/CMakeLists.txt 58 additions, 0 deletionsqt/widgets/mplcpp/CMakeLists.txt
- qt/widgets/mplcpp/inc/MantidQtWidgets/MplCpp/Artist.h 42 additions, 0 deletionsqt/widgets/mplcpp/inc/MantidQtWidgets/MplCpp/Artist.h
- qt/widgets/mplcpp/inc/MantidQtWidgets/MplCpp/Axes.h 48 additions, 0 deletionsqt/widgets/mplcpp/inc/MantidQtWidgets/MplCpp/Axes.h
- qt/widgets/mplcpp/inc/MantidQtWidgets/MplCpp/BackendQt.h 57 additions, 0 deletionsqt/widgets/mplcpp/inc/MantidQtWidgets/MplCpp/BackendQt.h
- qt/widgets/mplcpp/inc/MantidQtWidgets/MplCpp/Colormap.h 45 additions, 0 deletionsqt/widgets/mplcpp/inc/MantidQtWidgets/MplCpp/Colormap.h
- qt/widgets/mplcpp/inc/MantidQtWidgets/MplCpp/Colors.h 76 additions, 0 deletionsqt/widgets/mplcpp/inc/MantidQtWidgets/MplCpp/Colors.h
- qt/widgets/mplcpp/inc/MantidQtWidgets/MplCpp/DllConfig.h 12 additions, 0 deletionsqt/widgets/mplcpp/inc/MantidQtWidgets/MplCpp/DllConfig.h
- qt/widgets/mplcpp/inc/MantidQtWidgets/MplCpp/Figure.h 50 additions, 0 deletionsqt/widgets/mplcpp/inc/MantidQtWidgets/MplCpp/Figure.h
- qt/widgets/mplcpp/inc/MantidQtWidgets/MplCpp/FigureCanvasQt.h 51 additions, 0 deletions...idgets/mplcpp/inc/MantidQtWidgets/MplCpp/FigureCanvasQt.h
- qt/widgets/mplcpp/inc/MantidQtWidgets/MplCpp/Line2D.h 54 additions, 0 deletionsqt/widgets/mplcpp/inc/MantidQtWidgets/MplCpp/Line2D.h
- qt/widgets/mplcpp/inc/MantidQtWidgets/MplCpp/Python/Object.h 82 additions, 0 deletionsqt/widgets/mplcpp/inc/MantidQtWidgets/MplCpp/Python/Object.h
- qt/widgets/mplcpp/inc/MantidQtWidgets/MplCpp/Python/Sip.h 92 additions, 0 deletionsqt/widgets/mplcpp/inc/MantidQtWidgets/MplCpp/Python/Sip.h
- qt/widgets/mplcpp/inc/MantidQtWidgets/MplCpp/ScalarMappable.h 45 additions, 0 deletions...idgets/mplcpp/inc/MantidQtWidgets/MplCpp/ScalarMappable.h
- qt/widgets/mplcpp/src/Artist.cpp 21 additions, 0 deletionsqt/widgets/mplcpp/src/Artist.cpp
- qt/widgets/mplcpp/src/Axes.cpp 77 additions, 0 deletionsqt/widgets/mplcpp/src/Axes.cpp
Loading
Please register or sign in to comment