New dev version #56
susuhahnml
announced in
Announcements
Replies: 3 comments
-
|
Thank you @susuhahnml! This looks pretty cool! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
There were some errors in the installation. It should now be fixed in case you want to try it again 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Yet another version of clingraph is out. Thanks to the feedback of @MaxOstrowski and @florianfisher91.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
New dev version 🌞
The new development version reorganized the library structure and added new features in the command line. These changes can be fond bellow or in the documentation. Check the examples folder now with the image outputs for each example to see clingraphs' potential.
Changes in the command line
--out: This removes flags:--render--tex--gif.out=facts: Prints preprocessed factsout=dot: Prints string in DOT languageout=render: Generates images with the rendering method of graphvizout=gif: Generates a gif after renderingout=tex: Prints a latex file--seedargument allows to set the seed used in clingo and in the engine for rendering.--save--name-formatargument sets the format of the name of the output file and can include{graph_name}and{model_name}. This removes the older--name-prefixargument.0--gif-paramis removed and the argument--fpswas added--sortargument--viz-encodingand will be applied to multiple models if a json is piped.--jsonparameter is not necesary anyome, it is now detected automatically.Changes in the python package
compute_graphsandsavemethod. This are now part of the graphviz sub-package.clingraph.graphviznow has the standalone functionscompute_graphs,dotandrenderclingraph.graphviz.texnow has the standalone functionstexto generate latex codeimageionow has the standalone functionssave_gifto generate gifsBugs
Beta Was this translation helpful? Give feedback.
All reactions