smdebug/profiler/analysis/notebook_utils/metrics_histogram.py [124:136]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    p.quad(
                        top="top",
                        bottom=0,
                        left="left",
                        right="right",
                        source=source,
                        fill_color="navy",
                        line_color="white",
                        fill_alpha=0.5,
                    )

                    # set plot
                    p.y_range.start = 0
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



smdebug/profiler/analysis/notebook_utils/step_histogram.py [112:124]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            p.quad(
                top="top",
                bottom=0,
                left="left",
                right="right",
                source=source,
                fill_color="navy",
                line_color="white",
                fill_alpha=0.5,
            )

            # create plot
            p.y_range.start = 0
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



