QuantStack / xplot

C++ backend for the bqplot 2-D plotting library
BSD 3-Clause "New" or "Revised" License
100 stars 17 forks source link

add the ability to construct boxed container from any container (e.g.… #41

Closed wolfv closed 6 years ago

wolfv commented 6 years ago

… xtensor/std::array...)

This allows for stuff like

bar.x = xt::sin(xt::linspace<double>(0, 10, 0.1));
wolfv commented 6 years ago

arg, didn't mean to check in the notebook.

wolfv commented 6 years ago

@SylvainCorlay whats your opinion on this?