Hi DashingHedgehong5
Is the text the ,labels on the histogram bucket ?
Notice the xlabels
arguments, id this what you are looking for ?
Thank you for your answer here as well!
Can report_histogram
take x values as characters?
Can layout_config take such x values?
For example, xs = [‘a’, ‘b’, ‘c’] and ys = [0.1, 0.2, 0.3]
logger.report_histogram(title=‘title’, series=‘series’,
iteration=0, np.array(ys), xaxis=‘abc_series’, layout_config={??})
I tried report_plotly
and could generate such a histogram with character type x values. But, when two different experiments were compared, two separate plots were generated. If these two plots can be overlapped like by using report_histogram
, I would also take this route of report_plotly
.
Thank you.
Hi DashingHedgehong5
Is the text the ,labels on the histogram bucket ?
Notice the xlabels
arguments, id this what you are looking for ?
Thank you for your answer here as well!