Method: Charty::Backends::Pyplot#set_ylabel

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

#set_ylabel(label) ⇒ Object



673
674
675
# File 'lib/charty/backends/pyplot.rb', line 673

def set_ylabel(label)
  @pyplot.gca.set_ylabel(String(label))
end