Convenience functions to set axis properties in visualization tool.
Also makes the properties protected, as previously requested by Stefan. Review-Url: https://codereview.webrtc.org/2179223003 Cr-Commit-Position: refs/heads/master@{#13593}
This commit is contained in:
@ -19,15 +19,15 @@ class PythonPlot final : public Plot {
|
||||
public:
|
||||
PythonPlot();
|
||||
~PythonPlot() override;
|
||||
void draw() override;
|
||||
void Draw() override;
|
||||
};
|
||||
|
||||
class PythonPlotCollection final : public PlotCollection {
|
||||
public:
|
||||
PythonPlotCollection();
|
||||
~PythonPlotCollection() override;
|
||||
void draw() override;
|
||||
Plot* append_new_plot() override;
|
||||
void Draw() override;
|
||||
Plot* AppendNewPlot() override;
|
||||
};
|
||||
|
||||
} // namespace plotting
|
||||
|
||||
Reference in New Issue
Block a user