I have a table that I use to generate a streamplot using the command ListStreamPlot. I would like somehow to export the plot to a tikz file. This is because I will need to do some post-processing and I want to make sure that every figure in the paper is consistent (all the other plots are rendered with PGFPlots).
I could not find a smart way to achieve this. How can I extract the data from the plot so that I can embed them in a tikz file?
Thank you