Lines Matching full:extra_text
531 def _create_metrics_plot_helper(plot_info, extra_text=None):
535 extra_text: text to show at the uppper-left of the graph
628 if extra_text:
630 figure.text(.1, text_y, extra_text, size='xx-small')
636 drilldown_callback, extra_text=None):
639 figure, area_data = _create_metrics_plot_helper(plot_info, extra_text)
655 def _create_qual_histogram_helper(plot_info, extra_text=None):
660 extra_text: text to show at the upper-left of the graph
773 if extra_text:
774 figure.text(.1, .95, extra_text, size='xx-small')
780 extra_text=None):
783 figure, area_data = _create_qual_histogram_helper(plot_info, extra_text)
796 extra_text = 'Last updated: %s' % update_time
805 extra_text)
811 extra_text)