MCPcopy
hub / github.com/GPflow/GPflow / plot

Method plot

benchmark/plotter_api.py:46–56  ·  view source on GitHub ↗

Plot the given data to the given `ax`.

(
        self,
        ax: Axes,
        file_key: Tuple[str, ...],
        column_key: Tuple[str, ...],
        row_key: Tuple[str, ...],
        line_by: GroupingSpec,
        metrics_df: pd.DataFrame,
        metadata: Collection[BenchmarkMetadata],
    )

Source from the content-addressed store, hash-verified

44
45 @abstractmethod
46 def plot(
47 self,
48 ax: Axes,
49 file_key: Tuple[str, ...],
50 column_key: Tuple[str, ...],
51 row_key: Tuple[str, ...],
52 line_by: GroupingSpec,
53 metrics_df: pd.DataFrame,
54 metadata: Collection[BenchmarkMetadata],
55 ) -> None:
56 """ Plot the given data to the given `ax`. """
57
58
59PLOTTERS: Registry[Plotter] = Registry()

Callers 15

time_lineFunction · 0.45
plotFunction · 0.45
plotting_cbFunction · 0.45
FITCvsVFE.pct.pyFile · 0.45
plotPredictionsFunction · 0.45
plotComparisonFigureFunction · 0.45
snelsonDemoFunction · 0.45
plot_modelFunction · 0.45
upper_bound.pct.pyFile · 0.45
plot_predictionFunction · 0.45
plotFunction · 0.45

Calls

no outgoing calls

Tested by 1

plotting_cbFunction · 0.36