Skip to content

BodduSriPavan-111/kitikiplot

plot

PyPI Downloads PyPI DOI License

KitikiPlot

KitikiPlot is a Python library for visualizing sequential and time-series categorical "Sliding Window" data.
(The term 'kitiki' means 'window' in Telugu)

Genome Grid Plot Generator: 🤗 HuggingFace Demo

Examples

Genome Visualization can be found in Genome.ipynb plot

Weather Pattern in Weather Pattern.ipynb plot

CO Trend in Air in Air_Quality.ipynb plot

Getting Started

Install the package via pip:

pip install kitikiplot

Usage

from kitikiplot import KitikiPlot

data = [] # DataFrame or list of sliding window data

ktk= KitikiPlot( data= data )

ktk.plot( display_legend= True ) # Display the legend

Check out the complete guide of customization here.

To-do

🟢 Domain-specific modules (In Progress)
🟢 Streamlit Demo Interface (In Progress)
🟢 Website for documentation (In Progress)

  • Tooltip
  • Interactive Plot

Please refer CONTRIBUTING.md for contributions to kitikiplot.

To join the Discord server for more discussion, click here

Key Author

Boddu Sri Pavan

Citation

Our preprint is published in TechRxiv. Find it here

Research paper is published in GIS Science Journal Volume 12 Issue 1, 186-193, 2025 (Scopus indexed with Impact factor 6.1).
Read it here: https://zenodo.org/records/14632005

APA

Boddu Sri Pavan, Chandrasheker Thummanagoti, & Boddu Swathi Sree. (2025). KitikiPlot A Python library to visualize categorical sliding window data. https://doi.org/10.5281/zenodo.14632005.

IEEE

Boddu Sri Pavan, Chandrasheker Thummanagotiand Boddu Swathi Sree, “KitikiPlot A Python library to visualize categorical sliding window data”, 2025, doi: 10.5281/zenodo.14632005.

BibTeX

@misc{boddu_sri_pavan_2025_14632005,
author = {Boddu Sri Pavan and
Chandrasheker Thummanagoti and
Boddu Swathi Sree},
title = {KitikiPlot A Python library to visualize
categorical sliding window data
},
month = jan,
year = 2025,
publisher = {Zenodo},
doi = {10.5281/zenodo.14632005},
url = {https://doi.org/10.5281/zenodo.14632005},
}

Execute Tests when contributing to KitikiPlot

Please refer Readme.md to run the tests

Thank You !

About

KitikiPlot A Python library to visualize categorical sliding window data

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 6

Languages