Unanswered
Hi Guys, How To Solve This Problem:
SubstantialBaldeagle49 if you want to be safe, you can use Logger.report_scatter2d()
which makes sure the plot won't exceed the allowed limit. If you use your own code to create the scatter and report using Logger.report_plotly()
, it would be better to call Logger.report_plotly()
for each scatter (as opposed to 4 scatters in the same plot your code above) - since the plot size limit is calculated per plot, you'll have 4 plots of smaller size instead of one huge plot...
152 Views
0
Answers
4 years ago
one year ago