0

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"]

the output that I get is putput of function above.

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.

Nitaa a
  • 738
  • 2
  • 8

0 Answers0