Login
Discover
Waves
Decks
Upgrade
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Controversial
Rising
Promoted
graphviz
oflyhigh
HIVE CN 中文社区
Friday, October 20, 2023 9:54 AM
每天进步一点点:解决Windows下Graphviz输出图像中文显示的问题
前一篇文章中,给大家介绍了Graphviz这个强大的工具,不过学习过程中还是遇到一些麻烦,比如说输出PNG格式图像时,中文显示为乱码。 (图源 :pixabay) 这篇文章着手解决我们之前遇到的这个问题,毕竟作为一个讲中文的中国人,作图中肯定经常用到中文呀。 问题描述 以之前的Hello World示例为例,我们对其进行修改,将: digraph G {Hello->World} 修改为: digraph
$ 62.761
197
10
1
oflyhigh
HIVE CN 中文社区
Thursday, October 19, 2023 10:13 AM
每天进步一点点:学习使用Graphviz
最近发现一个很好玩的软件,叫做Graphviz,它可以通过简单的语言来描述结构图、流程图、关系图等,并自动生成相应的图像。我在考虑使用它来帮我生成一些思维导图。 安装 我们可以在 页面来下载适合我们系统的版本,我计划在Windows中使用它,所以下载的是graphviz-9.0.0 (64-bit) EXE installer。 安装过程很简单,一顿下一步即可。 (此处略作一些修改) 安装完成。
$ 73.766
258
11
2
markgritter
procjam
Wednesday, November 7, 2018 5:49 AM
Visual representation of graph grammar
A lot of the existing packages for graph grammars seem to have GUIs for writing rules, and in some of them that seems to be your only option. Tonight I prototyped a way to export a graph grammar as a HTML
$ 0.127
10
3
1
markgritter
procjam
Sunday, November 4, 2018 5:45 AM
A complicated Soffit example
Suppose we want to create a graph grammar that makes rectangular grids. A first cut at it would be something like "expand outwards from any edge that hasn't already been used", something like
$ 0.120
10
2
1
duvinca
Movies & TV Shows
Sunday, August 3, 2025 8:31 AM
Promoted
Ballard: Deep Investigation TV Show (My Review)
Hello friends! Summertime continues, and we continue watching yet another TV series. We return to the era of action series, police investigations, and caring about those forgotten cases. A series like
$ 0.671
40
11
1
markgritter
programming
Saturday, November 3, 2018 6:11 AM
Graph rewrite examples, generated by Soffit
I started at doc/examples directory for the soffit project, and my first two examples are there. Unfortunately, only one of them looks any good. The way I finally convinced graphviz to lay things out the
$ 0.179
13
2
1
markgritter
procjam
Friday, November 2, 2018 8:14 AM
graphviz clusters suck
The #1 question about graphviz seems to be "why can't I get it to lay out my clusters in the way I want", judging from the number of StackOverflow questions I see. I wrote some code in Soffit
$ 0.202
18
markgritter
visualization
Saturday, June 30, 2018 8:24 PM
Steem Tags' Covariance, Graphed
As a follow up to the discussion from a couple days ago ( I though I'd try graphing the highest-value relationships between Steem tags. Here are the top 20 covariances and bottom 20 covariances: Green
$ 0.165
7
2
markgritter
visualization
Wednesday, June 27, 2018 7:06 AM
Tracing and visualizing a large build
What happens when we build a large software package? A lot! Visualizing the inputs and outputs of a build Here's a graph of every process that read or wrote a file while building the 'graphviz' toolkit,
$ 0.175
8
3
darth-azrael
photography
Saturday, August 2, 2025 3:12 PM
Promoted
Vintage Photos - Lot 3 (653-656)
All of the photos in this set were taken in June 1957 according to dates hand written on the slides. These were all taken in Marineland, Florida which is just south of St. Augustine.
$ 2.892
144
markgritter
visualization
Friday, June 22, 2018 4:22 AM
#steemstem and 20 of its closest friends
Which Steem tags are most commonly used together? Can we learn anything from visualizing the "word cloud" of tags which are frequent neighbors? I gathered the tags and net rshares for all top-level
$ 7.632
131
2
markgritter
steemit
Sunday, June 10, 2018 10:12 PM
Another Rshares Visualization Attempt
I modified my earlier code to use a priority queue. Starting with myself, it select nodes to include based on total incoming weight of rshares from nodes already visited. For this experiment I took the
$ 0.153
5
1
markgritter
steemit
Sunday, June 10, 2018 8:27 AM
An Experiment in Visualizing Steem Voting Patterns (but not very well)
I thought I'd play around with the Steem API and see if I could built a visualization on top of it. I installed the steem-python library and found it pretty quick to start making API calls. My goal was
$ 0.300
4
4
weichencoder
graphviz
Tuesday, February 20, 2018 5:36 AM
macOS下实现Keras模型的可视化及错误处理
第一部分:如何实现可视化 第一种:利用 plot_model 导出模型结构图 keras.utils.vis_utils模块提供了画出Keras模型的函数,依赖于graphviz。 该函数将已经设计好的模型画成结构图,并保存成图片: from keras.utils import plot_model plot_model(model, to_file='model.png')
$ 0.000
0
2
Top communities
Create decentralized community