We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5cfae2 commit f725c88Copy full SHA for f725c88
example/ex_line_plot.rb
@@ -1,6 +1,7 @@
1
#!/bin/env ruby
2
require_relative "../lib/unicode_plot"
3
4
+# example of line plots using different renderers
5
UnicodePlot.lineplot([1, 2, 7], [9, -6, 8], title: "Default Lineplot").render
6
UnicodePlot.lineplot([1, 2, 7], [9, -6, 8], title: "Ascii Lineplot", canvas: :ascii).render
7
UnicodePlot.lineplot([1, 2, 7], [9, -6, 8], title: "Dot Lineplot", canvas: :dot).render
0 commit comments