[ENH]: SVG writing module to visualise the YAML pipeline
Open
@synchon is already working on this.
Since Mar 27, 2024.
enhancement
triage
- Dominant language
- Python
- Stars
- 16
- Forks
- 13
- Avg merge
- 10h 20m
- Merged PRs (30d)
- 1
Description
Are you requiring a new dataset or marker?
- I understand this is not a marker or dataset request
Which feature do you want to include?
I have prototyped a little command line tool to visualise junifer pipelines from the YAML specification as an SVG file. As discussed with @fraimondo we can make this part of junifer if the consensus is that this is desirable.
The tool uses as dependencies:
- https://svgwrite.readthedocs.io/en/latest/ which is NOT active
- https://pygments.org/ for syntax highlighting
These dependencies and therefore the svg tool can probably best be made optional.
In addition, where and how should it be implemented in junifer and what should the UI look like (i.e. as an additional command etc.)?
How do you imagine this integrated in junifer?
perhaps as an additional command
Do you have a sample code that implements this outside of junifer?
see https://github.com/LeSasse/junigraph
Anything else to say?
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.