You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EasyReflectometry doesn't have the need for 3d plotting. But easyApp expects 3d plotting and therefore EasyReflectometry has this random box in the preferences pane. (see attached image)
The file that is expecting the 3d plotting library to be defined can be seen here
file:///Users/andrewmccluskey/mambaforge/envs/easyscience/lib/python3.8/site-packages/easyApp/Gui/Components/PreferencesDialog.qml:222: TypeError: Cannot read property 'current3dPlottingLib' of undefined
file:///Users/andrewmccluskey/mambaforge/envs/easyscience/lib/python3.8/site-packages/easyApp/Gui/Elements/ApplicationWindow.qml:21:5: Unable to assign [undefined] to QString
file:///Users/andrewmccluskey/mambaforge/envs/easyscience/lib/python3.8/site-packages/easyApp/Gui/Components/PreferencesDialog.qml:219: TypeError: Cannot read property 'plotting3dLibs' of undefined
The text was updated successfully, but these errors were encountered:
EasyReflectometry doesn't have the need for 3d plotting. But easyApp expects 3d plotting and therefore EasyReflectometry has this random box in the preferences pane. (see attached image)
![Screenshot 2022-10-19 at 13 39 35](https://user-images.githubusercontent.com/15774281/196681005-c4318fe6-4d2a-4235-ade0-723bc178538c.png)
The file that is expecting the 3d plotting library to be defined can be seen here
The text was updated successfully, but these errors were encountered: