Replies: 1 comment
-
|
matplotplusplus/source/matplot/util/common.h Line 334 in b45015e |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear all,
From the source code I see the internal layout of the data structure that is returned by
is an
std::pairofstd::vector<std::vector<double>>s (akavector_2d).I am generating my data externally (with LibTorch) and would like to avoid copying it into the
vector_2dstructure. Is there a way to wrap external data into a structure that is accepted by functions likesurf, etc.? I see that an overload of thesurffunction acceptsIterableIterablesbut I cannot get it to work.Thanks and best regards,
Matthias
Beta Was this translation helpful? Give feedback.
All reactions