惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
J
Java Code Geeks
H
Hackread – Cybersecurity News, Data Breaches, AI and More
D
Docker
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 聂微东
MyScale Blog
MyScale Blog
H
Help Net Security
Last Week in AI
Last Week in AI
T
The Blog of Author Tim Ferriss
M
MIT News - Artificial intelligence
大猫的无限游戏
大猫的无限游戏
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
P
Proofpoint News Feed
博客园 - 叶小钗
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
F
Fortinet All Blogs
Martin Fowler
Martin Fowler
Microsoft Security Blog
Microsoft Security Blog
T
Tailwind CSS Blog
aimingoo的专栏
aimingoo的专栏

HN's home page

Rainbow Query Language | Hacker News Exec into Node via Kubectl An AI native hedge fund The Seven-Action Documentation Model | Hacker News Package Manager for Kubectl Plugins Tongan Castaways | Hacker News Tech overlords plan for conscious AI to conquer the cosmos. What could go wrong? Data Breach Disclosure Lag Is Getting Worse How LLMs Work | Hacker News I Dropped PRDs for Shape Up Go Experiments Explained | Hacker News FCA's Palantir deal could expose UK financial data to Trump's US, critics fear WebXR BCI for Neural-Adaptive Avatar Control in Mixed Reality The first murder conviction via DNA analysis Tom Interviews Theo de Raadt of the OpenBSD Project (2019) [video] Show HN: Replace shell commands with bun shell typescript scripts Quay.io Is Down | Hacker News AI driven analysis of brokerage account fees in the UK Bill Gates Spent Years Crafting His Image. Now It's Cracking Using LLMs to secure source code Wi-Fi 8 in the Lab [video] The household battery revolution that could change energy bills and the world Is Python Becoming Pinyin? | Hacker News Livia – Executive Assistant | Hacker News FindMyPipe – Query Apple Find My from Linux for AI Agents Show HN: Agent skill for creating product launch videos with Remotion RecruitMyself – AI job search copilot for resumes and applications AI coding agents and the erosion of system understanding The 'Resting' Generation and South Korea's Youth Recession AMD Computex 2026: 10 Years of AM4, AM5 Support Through 2029
Show HN: Better Graphs – Teach agents to stop making plai...
tem_alThor · 2026-06-28 · via HN's home page

This repo is three things in one: 1- A set of instructions and design motifs AI agents can incorporate into their understanding of what makes a good Matplotlib graph through SKILLs and a CLAUDE.md. 2- An online 'blog' tutorial for a human audience to learn the same skills (to remind me how to do specific things or teach an intern/coworker the same idea). 3- An included mplstyle file that contains my opinionated set of sane default configurations for matplotlib: minerva.mplstyle.

  This repo is three things in one:
  1- A set of instructions and design motifs AI agents can incorporate into their understanding of what makes a good Matplotlib graph through SKILLs and a CLAUDE.md.
  2- An online 'blog' tutorial for a human audience to learn the same skills (to remind me how to do specific things or teach an intern/coworker the same idea).
  3- An included mplstyle file that contains my opinionated set of sane default configurations for matplotlib: minerva.mplstyle.

My biggest inspiration was Tufte's The Visual Display of Quantitative Information which my boss gifted me a couple years ago, data-to-viz(dot)com and the python-graph-gallery were the big references for "which chart for which data", and to be fair those are by the same author as a paid course I couldn't justify paying for to myself called matplotlib-journey(dot)com. My is to try to get half the way to the amazing plots they show you but free, open-source so I can share it with friends

I'd genuinely be interested just to use this post as a way to survey the HN community on what things levelled-up your own Matplotlib graphing or what finally made general science/quantitative data communication click.