Skip to content

node_fc keyword argument not recognized #153

Description

@flyaflya

I might be missing something, but I am getting an error when trying to set a default face color for nodes:

pgm = daft.PGM(node_fc="w",dpi = 200)

yields the follow error:

---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
[<ipython-input-23-d3c3ef75b5d7>](https://localhost:8080/#) in <module>()
----> 1 pgm = daft.PGM(node_fc="w",dpi = 200)

TypeError: __init__() got an unexpected keyword argument 'node_fc'

If I just run pgm = daft.PGM(dpi = 200), then it works.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions