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
We are currently using plotly js to visualize statistics in real time. In the future, we might automate evaluation, but it might still be nice to see visualizations e.g. for debugging.
What alternatives could we use?
The text was updated successfully, but these errors were encountered:
One alternative I used before was to create detailed logs to create visualizations later, for example using matplotlib. That would reduce some overhead from the applications being tested, but shift it to additional evaluation code. I don't know if there's a good alternative for visualization that does not require additional languages or tools. I tried gonum plot before but found it quite verbose.
We are currently using plotly js to visualize statistics in real time. In the future, we might automate evaluation, but it might still be nice to see visualizations e.g. for debugging.
What alternatives could we use?
The text was updated successfully, but these errors were encountered: