Method: Charty::Backends::Pyplot#set_xlim
- Defined in:
- lib/charty/backends/pyplot.rb
#set_xlim(min, max) ⇒ Object
693 694 695 |
# File 'lib/charty/backends/pyplot.rb', line 693 def set_xlim(min, max) @pyplot.gca.set_xlim(Float(min), Float(max)) end |