eupolicy.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This Mastodon server is a friendly and respectful discussion space for people working in areas related to EU policy. When you request to create an account, please tell us something about you.

Server stats:

211
active users

#graphviz

0 posts0 participants0 posts today
Debacle<p>This cool trick (some would call it "dirty hack" 🙂) by <span class="h-card" translate="no"><a href="https://ottawa.place/@plantarum" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>plantarum</span></a></span> can be used for <a href="https://framapiaf.org/tags/dot" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dot</span></a>/<a href="https://framapiaf.org/tags/graphviz" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>graphviz</span></a>, as well:</p><p>(defun my-babel-execute-maybe ()<br> (interactive)<br> (org-mode)<br> (org-babel-execute-maybe)<br> (org-display-inline-images)<br> (normal-mode))</p><p>E.g. imagine this comment or doc string:</p><p>/*<br>#+BEGIN_SRC dot :file myfunction.svg :cmdline -Kdot -Tsvg<br> digraph {<br> a -&gt; b;<br> }<br>#+END_SRC<br>*/</p><p><a href="https://framapiaf.org/tags/elisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>elisp</span></a> <a href="https://framapiaf.org/tags/Emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Emacs</span></a> <a href="https://framapiaf.org/tags/orgmode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>orgmode</span></a></p>
John Leach<p>I'm still using graphviz/dot to make infrastructure diagrams. It works pretty well but I think is showing its age, doesn't seem too well maintained and has some limitations.</p><p>So what are the cool kids using for this nowadays? I really don't want to use a graphical tool though - I want to write a simple text format and put it in version control.</p><p><a href="https://mastodon.social/tags/graphviz" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>graphviz</span></a></p>
Albin Larsson<p>A side effect is a tool that allows you to do the same type of visualization using good old Graphviz. </p><p><a href="https://mastodon.social/tags/graphviz" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>graphviz</span></a></p>
éric 🚲 🇪🇺 :emacs:<p>FTR, this paper was written entirely in <a href="https://fediscience.org/tags/orgmode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>orgmode</span></a> in <a href="https://fediscience.org/tags/Emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Emacs</span></a>: a simple export to LaTeX and then upload resulting files (including images created via src blocks, e.g. with <a href="https://fediscience.org/tags/gnuplot" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gnuplot</span></a>, <a href="https://fediscience.org/tags/graphviz" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>graphviz</span></a>, and <a href="https://fediscience.org/tags/PlantUML" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PlantUML</span></a>) to <a href="https://fediscience.org/tags/arXiv" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>arXiv</span></a>. Thank you to all the code developers for all those tools for creating such a powerful, useful, and efficient working environment for coding, analysis, and writing prose.</p><p>And all of it <a href="https://fediscience.org/tags/FOSS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FOSS</span></a>!</p><p><a href="https://fediscience.org/@ericsfraga/113842551338218172" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">fediscience.org/@ericsfraga/11</span><span class="invisible">3842551338218172</span></a></p>
Bharath M. Palavalli<p>There seems to be a possibility for <a href="https://mastodon.sdf.org/tags/graphviz" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>graphviz</span></a> to <a href="https://mastodon.sdf.org/tags/drawio" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>drawio</span></a> with <a href="https://github.com/hbmartin/graphviz2drawio" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/hbmartin/graphviz2d</span><span class="invisible">rawio</span></a>. Does anyone know of ways to do it the other way around? Draw.io is easy for people without coding skills, diversity of symbols, explicit layouts , WYSIWYG and a few other use cases, but then I’d like to be able to manipulate it from within <a href="https://mastodon.sdf.org/tags/emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>emacs</span></a>. The only option I see is <a href="https://github.com/kimim/org-drawio" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="">github.com/kimim/org-drawio</span><span class="invisible"></span></a> for <a href="https://mastodon.sdf.org/tags/orgmode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>orgmode</span></a>. Any pointers would be of great help.</p><p>PS: <a href="https://mastodon.sdf.org/tags/dia" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dia</span></a> to <a href="https://mastodon.sdf.org/tags/graphviz" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>graphviz</span></a> would be useful too!</p><p><a href="https://mastodon.sdf.org/tags/AskFedi" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AskFedi</span></a></p>
Michael Knudsen<p>Any out there with better <a href="https://bsd.network/tags/graphviz" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>graphviz</span></a> or SVG knowledge than me?</p><p>I've made a small C library for implementing finite state machines and using / abusing the compiler to do a lot of boring stuff for me.</p><p>A nice feature is that I can generate FSM graphs directly from the C code and have graphviz plot them.</p><p>Sometimes graphviz lays out things less than ideally, and in these cases it would be extremely useful to generate an SVG and just drag stuff around.</p><p>The issue is that the SVG objects aren't connected, so it becomes a very involved process.</p><p>Questions:</p><p>1) is there a tool that lets you quickly connect the SVG objects so you can drag things around?<br>2) is there another format that I can use with something other than graphviz that lets me do this?</p>
Peter Prevos 💧🎓📊🇳🇱🇦🇺<p>Create water system diagrams with GraphViz <a href="https://aus.social/tags/water" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>water</span></a> <a href="https://aus.social/tags/engineerig" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>engineerig</span></a> <a href="https://aus.social/tags/graphviz" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>graphviz</span></a> </p><p><a href="https://edotor.net/?engine=dot?engine=dot?engine=dot#%23%20Water%20Supply%20network%20example%0A%0Agraph%20%7B%0Arankdir%3DLR%0A%0ABore1%5Bshape%3Drectangle%2C%20width%20%3D%200%2C%20height%20%3D1%2C%20label%20%3D%20%22Bore%201%22%5D%0ABore2%5Bshape%3Drectangle%2C%20width%20%3D%200%2C%20height%20%3D1%2C%20label%20%3D%20%22Bore%202%22%5D%0A%0AReservoir%5Bshape%3Dhouse%2C%20orientation%3D180%2C%20width%20%3D1%2C%20height%20%3D1.2%5D%0AWTP%5Bshape%3Drectangle%2C%20height%3D.8%2C%20width%20%3D1.2%5D%0ATank%5Bshape%3Dcylinder%2C%20height%20%3D1%5D%0ANetwork%5Bshape%3Dnone%5D%0AFM1%5Bshape%3Dsquare%5D%0A%0ABore1%20--%20FM1%20--%20Reservoir%20--%20WTP%20--%20Tank%20--%20Network%0ABore2%20--%20FM1%0A%7D%0A" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">edotor.net/?engine=dot?engine=</span><span class="invisible">dot?engine=dot#%23%20Water%20Supply%20network%20example%0A%0Agraph%20%7B%0Arankdir%3DLR%0A%0ABore1%5Bshape%3Drectangle%2C%20width%20%3D%200%2C%20height%20%3D1%2C%20label%20%3D%20%22Bore%201%22%5D%0ABore2%5Bshape%3Drectangle%2C%20width%20%3D%200%2C%20height%20%3D1%2C%20label%20%3D%20%22Bore%202%22%5D%0A%0AReservoir%5Bshape%3Dhouse%2C%20orientation%3D180%2C%20width%20%3D1%2C%20height%20%3D1.2%5D%0AWTP%5Bshape%3Drectangle%2C%20height%3D.8%2C%20width%20%3D1.2%5D%0ATank%5Bshape%3Dcylinder%2C%20height%20%3D1%5D%0ANetwork%5Bshape%3Dnone%5D%0AFM1%5Bshape%3Dsquare%5D%0A%0ABore1%20--%20FM1%20--%20Reservoir%20--%20WTP%20--%20Tank%20--%20Network%0ABore2%20--%20FM1%0A%7D%0A</span></a></p>
Peter Prevos 💧🎓📊🇳🇱🇦🇺<p>The Emacs Writing Studio workflow for authors created with Graphviz</p><p><a href="https://edotor.net/?engine=dot#%20digraph%20%7B%0A%20%20%20%20%20%20rankdir%3DLR%0A%20%20%20%20%20%20newrank%3Dtrue%0A%20%20%20%20%20%20fontname%3DArial%0A%20%20%20%20%20%20compound%3Dtrue%0A%20%20%20%20%20%20graph%20%5Bnodesep%3D.5%20ranksep%3D0.7%5D%0A%20%20%20%20%20%20node%20%5Bfontsize%3D10%20fontname%3DArial%5D%0A%20%20%20%20%20%20edge%20%5Bcolor%3Dgray%5D%0A%20%20%20%20%20%20%0A%20%20%20%20%20subgraph%20cluster1%20%7B%0A%20%20%20%20%20rank%3D%22same%22%0A%20%20%20%20%20%20%20%20%20%20label%3D%22Inspiration%22%0A%20%20%20%20%20%20%20%20%20%20penwidth%3D0.5%0A%20%20%20%20%20%20%20%20%20%20other%20%5Blabel%3D%22Other%20media%22%20shape%3D%22rect%22%20width%3D1%5D%0A%20%20%20%20%20%20%20%20%20%20blogs%20%5Blabel%3D%22Internet%22%20shape%3D%22rect%22%20width%3D1%5D%0A%20%20%20%20%20%20%20%20%20%20lit%20%5Blabel%3D%22Literature%22%20shape%3D%22rect%22%20width%3D1%5D%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20%20subgraph%20cluster2%20%7B%0A%20%20%20%20%20%20%20%20%20%20rank%3D%22same%22%0A%20%20%20%20%20%20%20%20%20%20label%3D%22Ideation%22%0A%20%20%20%20%20%20%20%20%20%20penwidth%3D0.5%0A%20%20%20%20%20%20%20%20%20%20biblio%20%5Blabel%3D%22BibTeX%5Cnbibliography%22%20shape%3D%22folder%22%20width%3D1%5D%0A%20%20%20%20%20%20%20%20%20%20notes%20%5Blabel%3D%22Permanent%5Cnnotes%22%20shape%3D%22folder%22%20width%3D1%5D%0A%20%20%20%20%20%20%20%20%20%20fleet%20%5Blabel%3D%22Fleeting%5Cnnotes%22%20shape%3D%22folder%22%20width%3D1%5D%0A%20%20%20%20%20%20%20%20%20%20fleet%20-%3E%20notes%20%5Bconstraint%3Dfalse%5D%0A%20%20%20%20%20%20%20%20%20%20biblio%20-%3E%20notes%20%5Bconstraint%3Dfalse%20dir%3Dboth%5D%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20subgraph%20cluster3%20%7B%0A%20%20%20%20%20%20%20%20%20rank%3Dsame%0A%20%20%20%20%20%20%20%20%20label%3D%22Production%22%0A%20%20%20%20%20%20%20%20%20penwidth%3D0.5%0A%20%20%20%20%20%20%20%20%20write%20%5Blabel%3D%22Writing%22%20shape%3D%22folder%22%20width%3D1%5D%0A%20%20%20%20%20%20%20%20%20edit%20%5Blabel%3D%22Editing%22%20shape%3D%22folder%22%20width%3D1%5D%0A%20%20%20%20%20%20%20%20%20typeset%20%5Blabel%3D%22Typesetting%22%20shape%3D%22folder%22%20width%3D1%5D%0A%20%20%20%20%20%20%20%20%20write%20-%3E%20edit%20-%3E%20typeset%20%5Bconstraint%3Dfalse%5D%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20%20subgraph%20cluster4%20%7B%0A%20%20%20%20%20%20%20%20%20%20rank%3Dsame%0A%20%20%20%20%20%20%20%20%20%20label%3D%22Publication%22%0A%20%20%20%20%20%20%20%20%20%20penwidth%3D0.5%20%20%20%0A%20%20%20%20%20%20%20%20%20%20www%20%5Blabel%3D%22Paperback%22%20shape%3D%22note%22%20width%3D1%5D%0A%20%20%20%20%20%20%20%20%20%20ebook%20%5Blabel%3D%22eBook%22%20shape%3D%22note%22%20width%3D1%5D%0A%20%20%20%20%20%20%20%20%20%20office%20%5Blabel%3D%22Office%5Cndocument%22%20shape%3D%22note%22%20width%3D1%5D%0A%20%20%20%20%20%20%7D%0A%0Ablogs%20-%3E%20notes%20%5Blhead%3Dcluster2%20ltail%3Dcluster1%5D%0Anotes%20-%3E%20edit%20%20%5Blhead%3Dcluster3%20ltail%3Dcluster2%5D%0Aedit%20-%3E%20ebook%20%20%5Blhead%3Dcluster4%20ltail%3Dcluster3%5D%0A%0A%20%7D" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">edotor.net/?engine=dot#%20digr</span><span class="invisible">aph%20%7B%0A%20%20%20%20%20%20rankdir%3DLR%0A%20%20%20%20%20%20newrank%3Dtrue%0A%20%20%20%20%20%20fontname%3DArial%0A%20%20%20%20%20%20compound%3Dtrue%0A%20%20%20%20%20%20graph%20%5Bnodesep%3D.5%20ranksep%3D0.7%5D%0A%20%20%20%20%20%20node%20%5Bfontsize%3D10%20fontname%3DArial%5D%0A%20%20%20%20%20%20edge%20%5Bcolor%3Dgray%5D%0A%20%20%20%20%20%20%0A%20%20%20%20%20subgraph%20cluster1%20%7B%0A%20%20%20%20%20rank%3D%22same%22%0A%20%20%20%20%20%20%20%20%20%20label%3D%22Inspiration%22%0A%20%20%20%20%20%20%20%20%20%20penwidth%3D0.5%0A%20%20%20%20%20%20%20%20%20%20other%20%5Blabel%3D%22Other%20media%22%20shape%3D%22rect%22%20width%3D1%5D%0A%20%20%20%20%20%20%20%20%20%20blogs%20%5Blabel%3D%22Internet%22%20shape%3D%22rect%22%20width%3D1%5D%0A%20%20%20%20%20%20%20%20%20%20lit%20%5Blabel%3D%22Literature%22%20shape%3D%22rect%22%20width%3D1%5D%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20%20subgraph%20cluster2%20%7B%0A%20%20%20%20%20%20%20%20%20%20rank%3D%22same%22%0A%20%20%20%20%20%20%20%20%20%20label%3D%22Ideation%22%0A%20%20%20%20%20%20%20%20%20%20penwidth%3D0.5%0A%20%20%20%20%20%20%20%20%20%20biblio%20%5Blabel%3D%22BibTeX%5Cnbibliography%22%20shape%3D%22folder%22%20width%3D1%5D%0A%20%20%20%20%20%20%20%20%20%20notes%20%5Blabel%3D%22Permanent%5Cnnotes%22%20shape%3D%22folder%22%20width%3D1%5D%0A%20%20%20%20%20%20%20%20%20%20fleet%20%5Blabel%3D%22Fleeting%5Cnnotes%22%20shape%3D%22folder%22%20width%3D1%5D%0A%20%20%20%20%20%20%20%20%20%20fleet%20-%3E%20notes%20%5Bconstraint%3Dfalse%5D%0A%20%20%20%20%20%20%20%20%20%20biblio%20-%3E%20notes%20%5Bconstraint%3Dfalse%20dir%3Dboth%5D%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20subgraph%20cluster3%20%7B%0A%20%20%20%20%20%20%20%20%20rank%3Dsame%0A%20%20%20%20%20%20%20%20%20label%3D%22Production%22%0A%20%20%20%20%20%20%20%20%20penwidth%3D0.5%0A%20%20%20%20%20%20%20%20%20write%20%5Blabel%3D%22Writing%22%20shape%3D%22folder%22%20width%3D1%5D%0A%20%20%20%20%20%20%20%20%20edit%20%5Blabel%3D%22Editing%22%20shape%3D%22folder%22%20width%3D1%5D%0A%20%20%20%20%20%20%20%20%20typeset%20%5Blabel%3D%22Typesetting%22%20shape%3D%22folder%22%20width%3D1%5D%0A%20%20%20%20%20%20%20%20%20write%20-%3E%20edit%20-%3E%20typeset%20%5Bconstraint%3Dfalse%5D%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20%20subgraph%20cluster4%20%7B%0A%20%20%20%20%20%20%20%20%20%20rank%3Dsame%0A%20%20%20%20%20%20%20%20%20%20label%3D%22Publication%22%0A%20%20%20%20%20%20%20%20%20%20penwidth%3D0.5%20%20%20%0A%20%20%20%20%20%20%20%20%20%20www%20%5Blabel%3D%22Paperback%22%20shape%3D%22note%22%20width%3D1%5D%0A%20%20%20%20%20%20%20%20%20%20ebook%20%5Blabel%3D%22eBook%22%20shape%3D%22note%22%20width%3D1%5D%0A%20%20%20%20%20%20%20%20%20%20office%20%5Blabel%3D%22Office%5Cndocument%22%20shape%3D%22note%22%20width%3D1%5D%0A%20%20%20%20%20%20%7D%0A%0Ablogs%20-%3E%20notes%20%5Blhead%3Dcluster2%20ltail%3Dcluster1%5D%0Anotes%20-%3E%20edit%20%20%5Blhead%3Dcluster3%20ltail%3Dcluster2%5D%0Aedit%20-%3E%20ebook%20%20%5Blhead%3Dcluster4%20ltail%3Dcluster3%5D%0A%0A%20%7D</span></a></p><p><a href="https://aus.social/tags/emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>emacs</span></a> <a href="https://aus.social/tags/writing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>writing</span></a> <a href="https://aus.social/tags/graphviz" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>graphviz</span></a></p>