SciNim / nim-plotly

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

more nil checks in plotly sugar #35

Closed Vindaar closed 5 years ago

Vindaar commented 5 years ago

I stumbled on a typo in gridColorY in plotly sugar and added some missing nil checks for Marker causing a SIGSEGV if no marker existed. Also removes a duplicate proc (oops...).