HypergraphEmbedding #333
Labels
feature
New functionality, or change in existing functionality
good first issue
Good for newcomers
help wanted
Extra attention is needed
visualization
Has to do with visualization code, such as `WolframModelPlot`
wolfram language
Requires Wolfram Language implementation
The problem
Some users need to use vertex coordinates generated by
WolframModelPlot
outside of theGraphics
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.
The text was updated successfully, but these errors were encountered: