{"id":16105042,"url":"https://github.com/rohankishore/plotium","last_synced_at":"2026-02-28T21:32:42.362Z","repository":{"id":247062633,"uuid":"824257862","full_name":"rohankishore/Plotium","owner":"rohankishore","description":"Python Library to plot Chemical Periodic Trends","archived":false,"fork":false,"pushed_at":"2024-07-10T20:32:54.000Z","size":89,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-27T18:53:58.215Z","etag":null,"topics":["chemical-compounds","cheminformatics","chemistry","chemistry-education","chemistry-plotter","plot","plotting"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/Plotium/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rohankishore.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.txt","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-04T17:45:04.000Z","updated_at":"2024-08-09T01:08:16.000Z","dependencies_parsed_at":"2024-07-10T23:32:16.461Z","dependency_job_id":null,"html_url":"https://github.com/rohankishore/Plotium","commit_stats":null,"previous_names":["rohankishore/plotium"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/rohankishore/Plotium","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohankishore%2FPlotium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohankishore%2FPlotium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohankishore%2FPlotium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohankishore%2FPlotium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rohankishore","download_url":"https://codeload.github.com/rohankishore/Plotium/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rohankishore%2FPlotium/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29952276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T18:42:55.706Z","status":"ssl_error","status_checked_at":"2026-02-28T18:42:48.811Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chemical-compounds","cheminformatics","chemistry","chemistry-education","chemistry-plotter","plot","plotting"],"created_at":"2024-10-09T19:08:08.231Z","updated_at":"2026-02-28T21:32:42.342Z","avatar_url":"https://github.com/rohankishore.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n![banner!](https://github.com/rohankishore/Plotium/assets/109947257/f6593c70-96f0-457a-9bb1-3a91e1068849)\n\n\u003c/div\u003e\n\nPlotium is a Python library designed for easy data visualization and analysis of chemical trends like Atomic Radii, Electronegativity, etc. Right now, \n\n\u003cbr\u003e\n\n# Table of Contents\n\n- [📊 What can Plotium do?](#-what-can-plotium-do)\n- [⬇️ Installation](#-installation)\n- [🪴 Example Snippet](#-example-snippets)\n- [📂 Directory Order](#-directory-order)\n- [🧩 Credits](#-credits)\n \n\u003cbr\u003e\n\n## 📊 What can Plotium do?\nPlotium 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***:\n1. Electronegativity\n2. Density\n3. Atomic Radii\n4. Melting Point\n5. Boiling Point\n\n***Divided into:***\n1. Block Wise (S,P,D,F)\n2. Types (Actinoids, Lanthanoids, etc)\n3. Groups (1 - 18)\n4. Periods (1 - 7)\n\n\u003cbr\u003e\n\n# ⬇️ Installation\n\nPlotium can be installed using PIP:\n\n```bash\npip install Plotium\n```\n\nOr manually by installing the .tar.gz file from the [Releases](https://github.com/rohankishore/Plotium/releases)\n\n\u003cbr\u003e\n\n# 🪴 Example Snippet\n\n```python\nfrom Plotium.Group.GROUP_1 import electronegativity\n\ntp = electronegativity.plot()\ntp.show()\n```\n![Figure_1](https://github.com/rohankishore/Plotium/assets/109947257/fa70136f-c3a7-453d-a262-3bc75cb5984f)\n\n***For more examples, check the [examples](https://github.com/rohankishore/Plotium/tree/main/examples) folder.***\n\n\u003cbr\u003e\n\n# 📂 Directory Order\n```\nPlotium\n├── Type\n│   ├── Actinoids\n│   ├── AlkaliMetals\n│   ├── AlkalineEarthMetals\n│   ├── Halogens\n│   ├── Lanthanoids\n│   ├── Metalloids\n│   ├── NobleGases\n│   └── NonMetals\n├── Blocks\n│   ├── S_BLOCK\n│   ├── D_BLOCK\n│   ├── F_BLOCK\n│   └── P_BLOCK\n├── Group\n│   ├── GROUP_1\n│   ├── GROUP_2\n│   ├── ..\n│   ├── ..\n│   ├── ..\n│   └── GROUP_18\n└── Period\n    ├── PERIOD_1\n    ├── PERIOD_2\n    ├── ..\n    ├── ..\n    └── PERIOD_7\n\n```\n\n\u003cbr\u003e\n\n# 🧩 Credits\n\nThe infos used in this project are from:\n- [Periodic Trends - Chemistry Libre](https://chem.libretexts.org/Bookshelves/Inorganic_Chemistry/Supplemental_Modules_and_Websites_(Inorganic_Chemistry)/Descriptive_Chemistry/Periodic_Trends_of_Elemental_Properties/Periodic_Trends)\n- [Britannica](https://www.britannica.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohankishore%2Fplotium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohankishore%2Fplotium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohankishore%2Fplotium/lists"}