You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to draw a box plot with pgfplots and in the documentation is mentioned that calculating the data with Lua is much faster than with TeX. Additionally, my data are already present in form of Lua tables.
My question now is: Is it possible to get the Lua data directly into pgfplots without the indirection over TeX?
I searched online for something similar and only found https://tex.stackexchange.com/questions/676821/pgf-scatterplot-table-from-lua which is more less exactly the way, I don't want to go. The data here is printed with Lua as TeX code, then parsed back into Lua code within pgfplots.
Ideally, I would expect some kind of data specification in pgfplots for Lua data and then be able to provide a global value name of some Lua table that pgfplots then uses as data source.
I mean something like this pseudo code, based on the above example:
I want to draw a box plot with pgfplots and in the documentation is mentioned that calculating the data with Lua is much faster than with TeX. Additionally, my data are already present in form of Lua tables.
My question now is: Is it possible to get the Lua data directly into pgfplots without the indirection over TeX?
I searched online for something similar and only found https://tex.stackexchange.com/questions/676821/pgf-scatterplot-table-from-lua which is more less exactly the way, I don't want to go. The data here is printed with Lua as TeX code, then parsed back into Lua code within pgfplots.
Ideally, I would expect some kind of data specification in pgfplots for Lua data and then be able to provide a global value name of some Lua table that pgfplots then uses as data source.
I mean something like this pseudo code, based on the above example:
The text was updated successfully, but these errors were encountered: