Metadata-Version: 2.1
Name: StarClusterPlot
Version: 0.1.6
Summary: Python package for visualizing star clusters and their Hertzsprung-Russell diagrams
Home-page: 
Author: Teerat Chanromyen
Author-email: teerat.nahm@gmail.com
License: MIT
Keywords: Astronomy
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Provides-Extra: dev
License-File: LICENCE.txt

This is a Python library for visualizing star clusters and their Hertzsprung-Russell diagrams. 
All stars colors shown in this program are derived from their calculated temperatures.
The package includes two functions: ClusterVis() and HRDiagram().

Change Log
==========

0.1.6 (3/08/2023)
-----------------
- Edit return value for Streamlit plot

0.1.5 (3/08/2023)
-----------------
- Change plotting method to subplots, Return figure

0.1.4 (3/08/2023)
-----------------
- Update optional parameters

0.1.3 (3/08/2023)
-----------------
- Update optional parameters

0.1.2 (3/08/2023)
-----------------
- Add six optional parameters for the HRDiagram function

0.1.1 (2/08/2023)
-----------------
- Fix the out-of-bound RGB value error

0.1.0 (2/08/2023)
-----------------
- Initial Release
