Home
last modified time | relevance | path

Searched refs:axis_property (Results 1 – 2 of 2) sorted by relevance

/plugin/projects/plugins/target/
H A Dplot.php89 $x_label = $this->plot->axis_property('x', 'label');
94 $x_unit = $this->plot->axis_property('x', 'unit');
96 $y_label = $this->plot->axis_property('y', 'label');
102 $y_unit = $this->plot->axis_property('y', 'unit');
/plugin/projects/plugins/file/
H A Dplot_dependency.php57 public function axis_property($axis_name, $property_name) { function in PlotDefinition