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
-
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--seed
argument allows to set the seed used in clingo and in the engine for rendering.--save
--name-format
argument sets the format of the name of the output file and can include{graph_name}
and{model_name}
. This removes the older--name-prefix
argument.0
--gif-param
is removed and the argument--fps
was added--sort
argument--viz-encoding
and will be applied to multiple models if a json is piped.--json
parameter is not necesary anyome, it is now detected automatically.Changes in the python package
compute_graphs
andsave
method. This are now part of the graphviz sub-package.clingraph.graphviz
now has the standalone functionscompute_graphs
,dot
andrender
clingraph.graphviz.tex
now has the standalone functionstex
to generate latex codeimageio
now has the standalone functionssave_gif
to generate gifsBugs
Beta Was this translation helpful? Give feedback.
All reactions