Spaces:
Runtime error
Runtime error
Mustehson
commited on
Commit
·
8f5871e
1
Parent(s):
a78b9fb
Edited Prompt-2
Browse files
app.py
CHANGED
@@ -68,8 +68,8 @@ def get_visualization(question, tool):
|
|
68 |
7. Ensure that categorical data is plotted on one axis and numerical data on the other, with appropriate labels that clearly represent the data being visualized.
|
69 |
8. When plotting categorical data, arrange categories in a meaningful order (e.g., by size, time, or frequency) rather than randomly.
|
70 |
9. Ensure that the categorical data are plotted on the x-axis, and the frequencies (numerical data) are plotted on the y-axis.
|
71 |
-
|
72 |
-
|
73 |
|
74 |
Here is the task:
|
75 |
task: {question}
|
|
|
68 |
7. Ensure that categorical data is plotted on one axis and numerical data on the other, with appropriate labels that clearly represent the data being visualized.
|
69 |
8. When plotting categorical data, arrange categories in a meaningful order (e.g., by size, time, or frequency) rather than randomly.
|
70 |
9. Ensure that the categorical data are plotted on the x-axis, and the frequencies (numerical data) are plotted on the y-axis.
|
71 |
+
10. Use seaborn
|
72 |
+
11. In the end you have to return a final fig using the `final_answer` tool.
|
73 |
|
74 |
Here is the task:
|
75 |
task: {question}
|