Hi,
I need to add a functionality to use the "-y" flag which inverts the axis as documented here:
https://graphviz.org/doc/info/command.html#-y
I added the command to the "cmd" clause while debugging and looks like it works.
If I want to create a PR for it, do we want to go along the design of:
#131
which means adding another optional parameter?
Thanks in advance.
Hi,
I need to add a functionality to use the "-y" flag which inverts the axis as documented here:
https://graphviz.org/doc/info/command.html#-y
I added the command to the "cmd" clause while debugging and looks like it works.
If I want to create a PR for it, do we want to go along the design of:
#131
which means adding another optional parameter?
Thanks in advance.