openearth / oceanwaves-python

Toolbox to handle ocean waves datasets
http://oceanwaves.readthedocs.io
MIT License
64 stars 39 forks source link

Plotting graphs and figures using oceanwaves #18

Closed HDeBoever closed 6 years ago

HDeBoever commented 6 years ago

Good afternoon Bas.

My team and I were wondering if is was possible to plot output from the oceanwaves module directly to the screen without using ipnb, or jupyter notebooks as is being done in this example: https://github.com/openearth/oceanwaves-python/blob/master/notebooks/oceanwaves.ipynb

We are able to run the code locally and the print statements are indicating proper output for the above provided example, but we are unable to get plots. Is there any way we can contribute to the libraries, or that you could point us in the right direction regarding this issue? More specifically, is it possible to run the library outside ipython notebooks or jupyter notebooks?

Regards,

Henri De Boever

hoonhout commented 6 years ago

Hi Henri,

Yes, that should be no problem. I'm not sure what you try to accomplish, but the following information might be useful:

We always welcome contributions from others. I see that you already made a fork from the repository. You can use the usual GitHub workflow to contribute your work to the main repository: