tkych / cl-spark

(spark '(1 1 2 3 5 8)) => "▁▁▂▃▅▇"
MIT License
95 stars 4 forks source link

The picture will disappear ... #5

Open sw2wolf opened 4 years ago

sw2wolf commented 4 years ago

After spark(...), format(t, "~%") will make the drawn picture be invisible.
BTW, how can i add labels when calling #'spark ?

Regards!