Plotium is a Python library designed for easy data visualization and analysis of chemical trends like Atomic Radii, Electronegativity, etc. Right now,
Plotium provides graph plots of chemical trends of specific Groups, Types, Blocks, Periods, etc. You can view the graph in a window. Plotium can plot trends of:
- Electronegativity
- Density
- Atomic Radii
- Melting Point
- Boiling Point
Divided into:
- Block Wise (S,P,D,F)
- Types (Actinoids, Lanthanoids, etc)
- Groups (1 - 18)
- Periods (1 - 7)
Plotium can be installed using PIP:
pip install Plotium
Or manually by installing the .tar.gz file from the Releases
from Plotium.Group.GROUP_1 import electronegativity
tp = electronegativity.plot()
tp.show()
For more examples, check the examples folder.
Plotium
├── Type
│ ├── Actinoids
│ ├── AlkaliMetals
│ ├── AlkalineEarthMetals
│ ├── Halogens
│ ├── Lanthanoids
│ ├── Metalloids
│ ├── NobleGases
│ └── NonMetals
├── Blocks
│ ├── S_BLOCK
│ ├── D_BLOCK
│ ├── F_BLOCK
│ └── P_BLOCK
├── Group
│ ├── GROUP_1
│ ├── GROUP_2
│ ├── ..
│ ├── ..
│ ├── ..
│ └── GROUP_18
└── Period
├── PERIOD_1
├── PERIOD_2
├── ..
├── ..
└── PERIOD_7
The infos used in this project are from: