How can I set the graph or image size in my generated pdf?
Using this code in org-mode:
#+BEGIN_SRC dot :file hallo1_1_1.png
digraph hallo1_1_1 {
A [shape = "circle",style=filled, fillcolor=yellow];
}
#+END_SRC
A giant page filling yellow pixeled circle is drawn. How can I set image size and resolution? Thank you.