Skip to content

Commit f725c88

Browse files
committed
adding comment
1 parent f5cfae2 commit f725c88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/ex_line_plot.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/env ruby
22
require_relative "../lib/unicode_plot"
33

4+
# example of line plots using different renderers
45
UnicodePlot.lineplot([1, 2, 7], [9, -6, 8], title: "Default Lineplot").render
56
UnicodePlot.lineplot([1, 2, 7], [9, -6, 8], title: "Ascii Lineplot", canvas: :ascii).render
67
UnicodePlot.lineplot([1, 2, 7], [9, -6, 8], title: "Dot Lineplot", canvas: :dot).render

0 commit comments

Comments
 (0)