plotai icon indicating copy to clipboard operation
plotai copied to clipboard

PlotAI - Your Ultimate Plotting Assistant! πŸ“ŠπŸ€– Use ChatGPT-3.5 to create plots in Python and Matplotlib directly in your Python script or notebook.

Results 6 plotai issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to set model version to gpt-4 as you suggested in the README file but I am getting the following error: --------------------------------------------------------------------------- TypeError Traceback (most recent call...

Hi, First of all, congratulations on making such a helpful library. Applications relying on OpenAI API keys are a bit restricted for researchers like me who have no access to...

The initial prompt was: "scatter plot gdp vs happiness", meaning you requested a graph of **y=gdp vs x=happiness**, but the `make` function yielded a graph of **y=happiness vs x=gdp** with...

If this library has the azure OpenAI model support using Azure API key then it would be great.

I would like to be able to access the plots generated by `PlotAI.make`. Currently, it seems these plots are only displayed, but not saved or returned as objects that can...