Skip to content

A simple DataViz site for testing color palettes on popular plot types

License

Notifications You must be signed in to change notification settings

grigsbyanthony/plotpals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlotPals

A simple, interactive tool for previewing color palettes on common data visualization chart types.

JavaScript CSS3 HTML5 GitHub Pages License: MIT

→ Try it live


Features

  • Multiple Chart Types — Preview palettes on heatmaps, bar charts, line charts, and volcano plots
  • Palette Categories — Browse sequential, categorical, and diverging color schemes
  • Code Snippets — Copy-ready code for Python, R, and JavaScript implementations
  • Live Preview — Instantly apply any palette to see how it renders on real visualizations

Usage

  1. Select a chart type from the tabs (Heatmap, Bar Chart, Line Chart, Volcano Plot)
  2. Browse palettes by category (Sequential, Categorical, Diverging)
  3. Click a palette to preview it or view details
  4. Copy code snippets for your preferred language

Project Structure

plotpals/
├── index.html      # Main application
├── css/            # Stylesheets
├── js/             # Application logic
├── font/           # Custom fonts
└── LICENSE         # MIT License

License

MIT License — see LICENSE for details.

About

A simple DataViz site for testing color palettes on popular plot types

Topics

Resources

License

Stars

Watchers

Forks