SciNim / nim-plotly

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

allow nnkBracketExpr, nnkIdent in subplots #36

Closed Vindaar closed 5 years ago

Vindaar commented 5 years ago

This allows to define a Domain for a subplot also from an access via a bracket, e.g. a sequence of Domain elements and a simple variable storing a Domain.

Vindaar commented 5 years ago

Force pushed a rebase onto current master. Will merge once CI is green.