Skip to content

Commit 65e2b6c

Browse files
isOutputOf default color (#904)
# Description Test fails because emmo has added a relation. ## Type of change <!-- Put an `x` in the box that applies. --> - [x] Bug fix. - [ ] New feature. - [ ] Documentation update. - [ ] Test update. ## Checklist <!-- Put an `x` in the boxes that apply. You can also fill these out after creating the PR. --> This checklist can be used as a help for the reviewer. - [ ] Is the code easy to read and understand? - [ ] Are comments for humans to read, not computers to disregard? - [ ] Does a new feature has an accompanying new test (in the CI or unit testing schemes)? - [ ] Has the documentation been updated as necessary? - [ ] Does this close the issue? - [ ] Is the change limited to the issue? - [ ] Are errors handled for all outcomes? - [ ] Does the new feature provide new restrictions on dependencies, and if so is this documented? ## Comments <!-- Additional comments here, including clarifications on checklist if applicable. --> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 91346d8 commit 65e2b6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ontopy/graph.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,9 @@
112112
"hasConvention": {"color": "orange", "style": "dashed"},
113113
"hasProperty": {"color": "orange", "style": "dotted"},
114114
"hasOutput": {"color": "darkviolet", "style": "dotted"},
115+
"isOutputOf": {"color": "darkviolet", "style": "dotted"},
115116
"hasInput": {"color": "darkviolet"},
117+
"inInputTo": {"color": "darkviolet"},
116118
"isQuantityValueFor": {"color": "green"},
117119
"hasTemporaryParticipant": {"color": "darkviolet", "style": "dashed"},
118120
"refersTo": {"color": "cyan", "style": "dotted"},

0 commit comments

Comments
 (0)