SkillAgentSearch skills...

Plotium

Python Library to plot Chemical Periodic Trends

Install / Use

/learn @rohankishore/Plotium
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center">

banner!

</div>

Plotium is a Python library designed for easy data visualization and analysis of chemical trends like Atomic Radii, Electronegativity, etc. Right now,

<br>

Table of Contents

<br>

📊 What can Plotium do?

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:

  1. Electronegativity
  2. Density
  3. Atomic Radii
  4. Melting Point
  5. Boiling Point

Divided into:

  1. Block Wise (S,P,D,F)
  2. Types (Actinoids, Lanthanoids, etc)
  3. Groups (1 - 18)
  4. Periods (1 - 7)
<br>

⬇️ Installation

Plotium can be installed using PIP:

pip install Plotium

Or manually by installing the .tar.gz file from the Releases

<br>

🪴 Example Snippet

from Plotium.Group.GROUP_1 import electronegativity

tp = electronegativity.plot()
tp.show()

Figure_1

For more examples, check the examples folder.

<br>

📂 Directory Order

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

<br>

🧩 Credits

The infos used in this project are from:

View on GitHub
GitHub Stars7
CategoryEducation
Updated3mo ago
Forks0

Languages

Python

Security Score

87/100

Audited on Dec 20, 2025

No findings