Method: Charty::Backends::Pyplot#set_xscale

Defined in:
lib/charty/backends/pyplot.rb

#set_xscale(scale) ⇒ Object



701
702
703
704
# File 'lib/charty/backends/pyplot.rb', line 701

def set_xscale(scale)
  scale = check_scale_type(scale, :xscale)
  @pyplot.gca.set_xscale(scale)
end