“Sofware and Skills”的版本间差异

来自cluster
跳到导航 跳到搜索
第5行: 第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]



2021年12月27日 (一) 10:12的版本

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 文件:SBeamer.zip(Credit: Yunliang Zheng)

writing