Hello all,
If I have a DensityPlot of a function, how can I extract the data in .txt format?
Here is a simplistic version of what I have:
F = x^2 + y^2;
DensityPlot[(F), {x, -20, 20}, {y, -20, 20},
ColorFunction -> "Rainbow", PlotPoints -> 100, PlotRange -> Full,
PlotLegends -> Automatic]
Thanks a lot!