arafatkatze / glot

Glot is a plotting library for Golang built on top of gnuplot.
MIT License
398 stars 19 forks source link

Improve writing of points data #14

Open szaydel opened 6 years ago

szaydel commented 6 years ago

Please have a look at this changeset. Hopefully this is something you will find useful. I think it improves the writing bit that generates temp files. Instead of each plot function doing the same thing essentially, logic is moved out into a helper. I added some tests, though they do need to be made better. Let me know what you think.

Thanks.