This commit is contained in:
Paul Gauthier 2024-05-16 18:09:41 -07:00
parent 6fe67d1132
commit 8c0bfeb392

View file

@ -1,11 +1,11 @@
--- ---
title: Drawing graphs with aider, GPT-4o and matplotlib title: Drawing graphs with aider, GPT-4o and matplotlib
excerpt: Use GPT-4o to draw graphs with matplotlib, including adjusting styles and making visual changes. You get the graph, but you also get the code in your repo. excerpt: Use GPT-4o to draw graphs with matplotlib, including adjusting styles and making visual changes. You get the graph, but you also get the code in your repo.
highlight_image: assets/models-over-time.png highlight_image: /assets/models-over-time.png
--- ---
# Drawing graphs with aider, GPT-4o and matplotlib # Drawing graphs with aider, GPT-4o and matplotlib
![LLM coding skill over time](assets/models-over-time.svg) ![LLM coding skill over time](/assets/models-over-time.svg)
I recently wanted to draw a graph showing how LLM code editing skill has been I recently wanted to draw a graph showing how LLM code editing skill has been
changing over time as new models have been released by OpenAI, Anthropic and others. changing over time as new models have been released by OpenAI, Anthropic and others.