I've been checking some Mathematica notebooks availbe here.
One of the plot avaible in them is.
ResourceFunction["ExtrinsicCurvedManifoldToGraph"][x^2 + y^2 - z^2 == 1, {x, y, z}, {{-3, 3}, {-3, 3}, {-3, 3}}, 0.8, 510]["PureSpatialGraph"]
which results in a nice graph.
I wanted to increase the number of point, this works for some numbers (for example 520). But if I put the resulting number to be 1000, that is I have the code
ResourceFunction["ExtrinsicCurvedManifoldToGraph"][x^2 + y^2 - z^2 == 1, {x, y, z}, {{-3, 3}, {-3, 3}, {-3, 3}}, 0.8,1000]["PureSpatialGraph"]
How can I get this to plot? I've tried exporting this but I just got the same thing in jpg format.
PS: Sorry for the screenshot but I found no better way to show this.

GraphPlotto force visualization. This has been asked many times before, but I don't have time to find a duplicate candidate. – Szabolcs Mar 17 '23 at 20:33