SciNim / nim-plotly

plotly wrapper for nim-lang
https://scinim.github.io/nim-plotly/
MIT License
181 stars 15 forks source link

use openarray instead of `seq` #2

Open brentp opened 6 years ago

brentp commented 6 years ago

plotting currently requires open arrays for data (x, y, size, etc.).