hi karpathy and everyone,
With this issue I try to extend this data visualization from 2D to 3D as an example.
I picked up exposure, median_pay_hourly, outlook_pct as metric to locate data, slug, title and rationale as display.
It's well know as Steven Jobs...(it's a very specific case, but... with coming agent+llm age, I am not sure how education effects individuals salary.)
My logic is use ln function to normalize exposure, median_pay_hourly, outlook_pct, and give RGB color.
exposure to R, more red, more exposure.
After that I got below, at my local, if you like it, I would like to PR back to this repo, please let me know.

hi karpathy and everyone,
With this issue I try to extend this data visualization from 2D to 3D as an example.
I picked up exposure, median_pay_hourly, outlook_pct as metric to locate data, slug, title and rationale as display.
It's well know as Steven Jobs...(it's a very specific case, but... with coming agent+llm age, I am not sure how education effects individuals salary.)
My logic is use ln function to normalize exposure, median_pay_hourly, outlook_pct, and give RGB color.
After that I got below, at my local, if you like it, I would like to PR back to this repo, please let me know.