Method: UnicodePlot.densityplot!
- Defined in:
- lib/unicode_plot/densityplot.rb
.densityplot!(plot, x, y, **kw) ⇒ Object
7 8 9 |
# File 'lib/unicode_plot/densityplot.rb', line 7 module_function def densityplot!(plot, x, y, **kw) scatterplot!(plot, x, y, **kw) end |