Skip to content

ParasKoundal/MatplotlibSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Matplotlib Index Generator πŸ“Š

A lightweight Python script that scans Matplotlib to generate a single-file, offline-ready (/host online) HTML cheat sheet.

It indexes every function, class, and parameter available, creating a searchable dashboard with "Direct Documentation" links that automatically validate themselves.

Features

  • Deep Indexing: Scans 3,000+ items (Pyplot, Axes, 3D, Animations, Ticks, Dates).
  • Smart Linking: Generates direct links to official docs; auto-falls back to search if links are broken (404).
  • Zero Dependencies: The output is a single .html file you can keep on your desktop.
  • Interactive UI: Smooth glassmorphism design with Dark/Light modes and Grid/Row views.

Usage

  1. Run the script:

    python runMe.py

    (Note: It may take ~30-60 seconds to validate URLs)

  2. Open the output: Open pltSearch.html in any web browser.

Requirements

  • Python 3.x
  • Matplotlib (pip install matplotlib)

License

MIT

About

Script to create webpage to search matplotlib commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages