Org mode使用plantuml画图分辨率设置

试试用 scale 例如

#+begin_src plantuml :file tryout.png
  scale 360*720
  Alice -> Bob: synchronous call
  Alice ->> Bob: asynchronous call
#+end_src

可以查看 http://plantuml.com/zh/commons = 缩放 = 章节

1 个赞