beryx / text-io

A library for creating interactive console applications in Java
http://text-io.beryx.org/
Apache License 2.0
342 stars 45 forks source link

Is it possible to draw some charts in the console? #6

Closed JamesXiao closed 6 years ago

JamesXiao commented 6 years ago

Could someone give some hints on how to draw some charts, for example with jfreechart, while using text-io?

siordache commented 6 years ago

I created the text-io-chart-demo project, which uses text-io in combination with JFreeChart or with an ASCII renderer.