elg0086 Posted March 28, 2023 Share Posted March 28, 2023 Hi, Is there a Python command included in the Python wrapper to create plot-formatted datasets? Something similar to ChemPlugin's PlotHeader and PlotBlock functions? Thanks, Erik Quote Link to comment Share on other sites More sharing options...
Jia Wang Posted March 29, 2023 Share Posted March 29, 2023 Hello Erik, I am afraid I might not be understanding your question completely. Are you working with the GWB Plugin? If so, you should be outputting a plot file (e.g. .gtp) from the runs called in your script by the GWB apps. For examples of this, please try running GWBplugin_Python_example1.py and GWBplugin_Python_example2.py in the GWB src folder. The corresponding .gtp plot file should appear in your working directory. You can edit the name of the output plot file by using the suffix command (see GWB Command Reference for all commands). If this is not what you meant, could you provide a bit more explanation as to what you are trying to do? Hope this helps, Jia Wang Aqueous Solutions LLC Quote Link to comment Share on other sites More sharing options...
elg0086 Posted March 30, 2023 Author Share Posted March 30, 2023 Hey Jia, This makes more sense now. It appeared as though my scripts were not outputting plots and I assumed a function was required. Turns out it was a directory issue. My script is working properly now. Thank you! Quote Link to comment Share on other sites More sharing options...
Jia Wang Posted March 30, 2023 Share Posted March 30, 2023 You're welcome. I am glad this was helpful. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.