SkillAgentSearch skills...

Hipsterplot

Command line plotting for python

Install / Use

/learn @imh/Hipsterplot
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

hipsterplot

because matplotlib is too mainstream <sup><sup>(or you broke it like I did)</sup></sup>. Also good while debugging numerical code.


A python script for command line plotting.

pip install hipsterplot is all you need.

Can plot a list of y values [ys] which works for evenly spaced points, or pairs of lists ([xs], [ys]) which works for heterogeneous x-spacing, or disorder in the x's (scatterplots).

In a given 'pixel', the plotted character depends how many data points map to it, so it can look good on densities.

for example:

alt tag

also looks good on noisy data and plots of non-functions:

alt tag

More examples in the main function of hipsterplot.py.

View on GitHub
GitHub Stars146
CategoryDevelopment
Updated1mo ago
Forks17

Languages

Python

Security Score

80/100

Audited on Feb 4, 2026

No findings