So when feeding data like data tables, and asking to generate charts/pies, etc, I recurrently get the message that errors are occurring in generating the file with the required charts. Then it keeps trying to do the task and it gets stucked. I have Plus, have been trying this all day today and it seems to be unable to generate a file with charts based on fed data like means and standard deviation for 2 variables.
Can you give detail on what type of chart you’re trying to generate. I previously tried to create basic charts using DallE and was successful.
Sure, I was testing this capability and asked it to generate a bar chart to represent how data is distributed based on gender for a single variable like depression. I fed it the raw data. First answer was a window with code:
a) This code creates a set of bar graphs comparing mean scores and standard deviations for mothers and fathers on different domains. Each graph provides a clear visualization of the differences between the two groups.
I can provide these graphics to you in PDF or image format if you prefer to use them directly in your work. Please confirm if this format and graphics are useful for you.
Second answer, after trying was:
b) We encountered a technical problem generating the graph directly in this environment. However, I can give you the steps to create the graph using Python on your local machine. You can use an IDE like Jupyter Notebook or any other Python-compatible development environment.
Here is the full code to generate the graph for emotional functioning by parent gender:
Next step was asking it what specific problems it encounters in generating the bar chart and I got this:
c) I am experiencing technical difficulties in generating and saving graphics using specific software in the current environment. I will try another method to create the graphs using Python and data visualization libraries.
I tried different prompts, different presentation of data, the problem seems to rely on the actually generating the pdf or image file. Instead I received suggestions about all the possible programs and apps that I can use to generate the bar chart myself, with step by step explanations. Which I already know how to do, but as stated, I was testing the capability. Any suggestion to make it work is appreciated.