Google Code Exporter
Google Code Exporter
``` What steps will reproduce the problem? 1. add a node constructed like pydot.Node('A', shape='box', style='rounded,dotted') 2. use graph.write_raw() to emit the dot equivalent What is the expected output? What...
What steps will reproduce the problem? 1. Any use of `get_edge()` with only the source argument supplied What is the expected output? What do you see instead? Expect it to...
This graph is parsed OK: ```dot a -> b a -> c ``` But this shortening don't work: ```dot a -> {b, c} ``` Original issue reported on code.google.com by...
When generating edges with nodes name starting with a digit, unwanted quotes appear if `src` or `dst` includes a letter. ```python pydot.Edge("1111:1111","2222") ===> 1111:1111 -- 2222 ``` but ```python pydot.Edge("1111:1111x","2222")...
``` What steps will reproduce the problem? 1. add to a graph pydot.Edge(src='A', dst='B', label='A:B') 2. try to render What is the expected output? What do you see instead? Expect...
``` What steps will reproduce the problem? 1. Trying to make an output with node A(name="aaaa::bbbb") and node B(name="cccc::dddd") and edge A -> B In a dot language, the expected...
``` What steps will reproduce the problem? 1.Run Graph Studio Next with text DPI scaling of 200% What is the expected output? What do you see instead? Toolbar icons are...
``` What steps will reproduce the problem? 1. Pin Win32 and x64 versions of Graph Studio to the task bar 2. Run Win32 and x64 versions of Graph Studio at...
``` I'd like to have this feature in the programm: I like to save the properties of an filter and load these everytime i create this filter The feature is...
``` What steps will reproduce the problem? 1. Start under debugger 2. Create graph of async file source with MXF file connected to MXF parser 3. disconnect MXF parser input...