daft-dev / daft

Render probabilistic graphical models using matplotlib
https://docs.daft-pgm.org
MIT License
675 stars 118 forks source link

Changing default node face color #141

Closed dfm closed 2 years ago

dfm commented 2 years ago

Previously nodes and plates were not filled by default. This PR changes the behavior to fill nodes and edges with white as a hack to fix #140. The previous behavior can be achieved by setting node_fc="none" and plate_fc="none".