Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coloured DotDigraph output #170

Closed
flsmith opened this issue Feb 20, 2019 · 2 comments
Closed

Coloured DotDigraph output #170

flsmith opened this issue Feb 20, 2019 · 2 comments
Labels
enhancement A label for PRs that provide enhancements. new-feature A label for new features. newcomer-friendly A label for issues that someone thought might be friendly newcomers. resolved-pending-release A label for issues that have been resolved and that can be closed when a new version is released.

Comments

@flsmith
Copy link
Collaborator

flsmith commented Feb 20, 2019

Related to #169, it would be nice to be able to specify vertex/edge colours in DotDigraph, e.g. be able to do

DotDigraph(dg, vertcolors, edgecolors)

where 'vertcolors' and 'edgecolors' are specified in some manner (maybe by lists with holes, maybe by lists of tuples etc.)

(also I'll probably do this myself soon)

@flsmith flsmith self-assigned this Feb 20, 2019
@james-d-mitchell james-d-mitchell added enhancement A label for PRs that provide enhancements. newcomer-friendly A label for issues that someone thought might be friendly newcomers. new-feature A label for new features. labels Feb 21, 2019
@wilfwilson wilfwilson mentioned this issue Mar 26, 2019
@james-d-mitchell james-d-mitchell added the resolved-pending-release A label for issues that have been resolved and that can be closed when a new version is released. label Nov 18, 2020
@james-d-mitchell
Copy link
Member

This was resolved in PR #330.

@james-d-mitchell
Copy link
Member

Resolved in v1.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A label for PRs that provide enhancements. new-feature A label for new features. newcomer-friendly A label for issues that someone thought might be friendly newcomers. resolved-pending-release A label for issues that have been resolved and that can be closed when a new version is released.
Projects
None yet
Development

No branches or pull requests

3 participants