You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried to convince chartGPT to plot error bars/whiskers on either side of a value but the result either ignored the error bars or threw back an error. Seems like it would need to recognize some standard language associated with error margins (e.g. +/- 3) or understand explicit requests (e.g. "add an error margin band of 12 on either side of the value").
I see the app users Recharts for plotting data. Recharts has an "ErrorBar" component that could accommodate this user case for bar/line/scatter plots --> https://recharts.org/en-US/api/ErrorBar
The text was updated successfully, but these errors were encountered:
Tried to convince chartGPT to plot error bars/whiskers on either side of a value but the result either ignored the error bars or threw back an error. Seems like it would need to recognize some standard language associated with error margins (e.g. +/- 3) or understand explicit requests (e.g. "add an error margin band of 12 on either side of the value").
I see the app users Recharts for plotting data. Recharts has an "ErrorBar" component that could accommodate this user case for bar/line/scatter plots --> https://recharts.org/en-US/api/ErrorBar
The text was updated successfully, but these errors were encountered: