Sofware and Skills: Difference between revisions

From cluster
Jump to navigation Jump to search
Line 5: Line 5:


==plotting==
==plotting==
* interactive plotting
1. plotly.py is an interactive, open-source, and browser-based graphing library for Python.
[https://plotly.com/python/astro Libary]
2. from ipywidgets import interact [https://ipywidgets.readthedocs.io/en/latest/examples/Using%20Interact.html Link]

* 3D plots
1. from mpl_toolkits import mplot3d [https://matplotlib.org/stable/tutorials/toolkits/mplot3d.html Link]




*[http://astroplotlib.stsci.edu/ astro plot library in IDL and python] [http://www.idlcoyote.com/gallery/ Coyote Graphics Plot Gallery]
*[http://astroplotlib.stsci.edu/ astro plot library in IDL and python] [http://www.idlcoyote.com/gallery/ Coyote Graphics Plot Gallery]



Revision as of 10:12, 27 December 2021

program

plotting

  • interactive plotting
 1. plotly.py is an interactive, open-source, and browser-based graphing library for Python. 
Libary
 2. from ipywidgets import interact Link
  • 3D plots
 1. from mpl_toolkits import mplot3d Link



presenation

  • try this website for fancy presentations [4]
  • Latex beamer of SHAO File:SBeamer.zip(Credit: Yunliang Zheng)

writing