A simple, interactive tool for previewing color palettes on common data visualization chart types.
- 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
- Select a chart type from the tabs (Heatmap, Bar Chart, Line Chart, Volcano Plot)
- Browse palettes by category (Sequential, Categorical, Diverging)
- Click a palette to preview it or view details
- Copy code snippets for your preferred language
plotpals/
├── index.html # Main application
├── css/ # Stylesheets
├── js/ # Application logic
├── font/ # Custom fonts
└── LICENSE # MIT License
MIT License — see LICENSE for details.