-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add auto fading for off-diagonal blocks (#50)
* fairly crude initial impl * changed process to namedtuple; added new styles for faded processes; added logic for determining faded processes * updated docstrings and added check for dict keys * apt update * rename unconnected to connected * allow faded process containing off-diagonal blocks * add to kitchen sink * Ignore all files in examples except .py * add "outgoing" and "incoming" options for connection fading * Remove requirement to specify all auto fading options * Slight modification to kitchen sink * `black -l 120 .` * `black -l 120 .` again * Trying to make the kitchen sink make a little more sense * Adding logic to put faded connections on the top layer of the tikz figure --------- Co-authored-by: A-Gray-94 <[email protected]> Co-authored-by: Andrew Lamkin <[email protected]>
- Loading branch information
1 parent
695c98e
commit a5eb8eb
Showing
7 changed files
with
110 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
examples/* | ||
!examples/*.py | ||
|
||
*.so | ||
*.o | ||
*.pyc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters