elg0086 Posted March 28, 2023 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
Jia Wang Posted March 29, 2023 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
elg0086 Posted March 30, 2023 Author 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!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now