Skip to content

Size attribute in resulting dot file causes output to be clipped #32

Description

@dnadales

The resulting size attribute in the .dot file produces seems to cause dot to clip the graph. For instance, graphmod will output something like:

digraph G {
size="6,4";
...

And after running a dot with this file I see only a part of the diagram. Removing the size attribute fixes this problem.

Two questions:

  1. How is this size attribute determined.
  2. Is there a way to prevent graphmod from adding a size attribute?

Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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