microsoft / lida

Automatic Generation of Visualizations and Infographics using Large Language Models
https://microsoft.github.io/lida/
MIT License
2.6k stars 266 forks source link

Issue in Plot Generation in 2nd iterartion against csv file #66

Open daniyalatnovelis opened 8 months ago

daniyalatnovelis commented 8 months ago

I'm having an issue with Lida package. I'm uploading a csv file and generating some goals from lida and then I have used visualise method to create a plot using seaborn library.

Issue

Scenario 1: When I try to create a plot of my own defined goal, It's working very fine and a very clear output. Scenario 2: But if I try to create a plot for a goal from the Goals List that Lida has generated and then try to create a plot for my own defined goal. it's giving me an output but it's not clearly visible, Like I can see only two dots instead of a graph That has been generated in 1st scenario

trojrobert commented 8 months ago

@daniyalatnovelis please can you show a clear example with code and the two dots you saw?