Searched refs:axis_property (Results 1 – 2 of 2) sorted by relevance
89 $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');
57 public function axis_property($axis_name, $property_name) { function in PlotDefinition