“Sofware and Skills”的版本间差异

来自cluster
跳到导航 跳到搜索
无编辑摘要
无编辑摘要
第7行: 第7行:
==Algorithms and Packages==
==Algorithms and Packages==
* Minimum Spanning Tree [https://knaidoo29.github.io/mistreedoc/ Package mistree] [https://arxiv.org/abs/1910.08562 arxiv link]
* Minimum Spanning Tree [https://knaidoo29.github.io/mistreedoc/ Package mistree] [https://arxiv.org/abs/1910.08562 arxiv link]



==Plotting==
==Plotting==
第18行: 第19行:


*[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]



==Presenation==
==Presenation==
* try this website for fancy presentations [https://www.canva.cn/]
* try this website for fancy presentations [https://www.canva.cn/]
* Latex beamer of SHAO [[File:SBeamer.zip]](Credit: Yunliang Zheng)
* Latex beamer of SHAO [[File:SBeamer.zip]](Credit: Yunliang Zheng)



==Writing==
==Writing==

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

Programing


Algorithms and Packages


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