Local llm that generate graphs from datasets

Hi

Is there any existing LLM that can generate graphs from a dataset?

It is, i have a json with several information about cars, like brand, engine size, colour, price, etc… and i want to ask the model to generate a bar graph with the relation between engine size and price for example

Thanks!