Open
Description
The problem
Some users need to use vertex coordinates generated by WolframModelPlot
outside of the Graphics
object it produces as output.
Possible solution
The function that internally does that is hypergraphEmbedding
, however, it is not exposed to the user. We need to expose it (and according to our style guide, capitalize its name, move it to a separate file, document it, and streamline the structure of the arguments).
Alternative solutions
Alternative ways to extract coordinates are outlines in these StackExchange answers, however, they are likely to break in future updates.
Activity