Method: Plotrb::Simple.scatter_y_scale_name
- Defined in:
- lib/plotrb/simple.rb
.scatter_y_scale_name ⇒ Object
Scale name used by scatter plot for y axis
57 58 59 |
# File 'lib/plotrb/simple.rb', line 57 def self.scatter_y_scale_name SCATTER_Y_SCALE_NAME end |