daft-dev / daft-dev/daft

node_fc keyword argument not recognized

Open
#153 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
687
Forks
121
PR merge metrics
No merged PRs in 30d

Description

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)
[](https://localhost:8080/#) in ()
----> 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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.