Google Code Exporter

Results 11117 issues of 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...

bug
dot-language
quoting

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...

enhancement
api

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...

bug
parser

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")...

bug
dot-language
quoting

``` 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...

bug
dot-language
quoting

``` 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...

bug
dot-language

``` 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...

Type-Defect
Priority-Medium
auto-migrated

``` 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...

Type-Defect
Priority-Medium
auto-migrated
OpSys-Windows7

``` 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...

auto-migrated
Type-Enhancement
Usability
Priority-Low
Filter

``` 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...

Type-Defect
auto-migrated
Priority-High