Skip to content

博主,请教个Graphviz的问题 #1

@hao-lee

Description

@hao-lee

博主你好,
我看了你写的用Graphviz作图的博客,文章内容非常好,很全面。但是我遇到了一个问题,由于博客没有评论区,所以我就提个 issue 了。

我发现 labeljust 这个属性不起作用,比如下面的的代码:

digraph test {
	labeljust = l;
	node [shape = record]
	n [label="{aaa|bbbbbbb|ccc}"]
}

生成的图片如下:

但是理论上应该是这样的:

我搜了很久,Google 似乎没人提及这个问题。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions