Sebastian Kalinowski

Results 24 issues of Sebastian Kalinowski

Graphviz installed using Anaconda is using .bat scripts to correctly setup running it on Windows.

Using AppVeyor.

enhancement
high

**Reported by [email protected], 2012-01-10T10:19:15Z** ##### What steps will reproduce the problem? 1. Define node with an empty label: node = Node('PROCESS_END', shape='doublecircle', style='filled', label='', width='.15') What is the expected output?...

bug
from-google-code
high

**What steps will reproduce the problem?** 1. Install pydot on Win 7 64 2. Try to run the graph write_png() method **What is the expected output? What do you see...

from-google-code
platform: windows

Documentation should be hosted on Github Pages (github.io) or on Read The Docs. Probably Read The Docs will be better since it was created for such tasks. Things that need...

enhancement
help wanted
project-migration
medium

We should add CONTRIBUTING file into the root of the repository so it would be easier for people to understand the process without going to read documentation page. Additional reason...

enhancement

**Reported by [email protected], 2015-01-26T13:22:22Z** Hi in the function graph_from_adjacency_matrix, in order to define edges, a string is concatenated with an integer, which generates an error: ``` Edge( node_prefix + node_orig,...

from-google-code

**Reported by [email protected], 2014-07-23T17:02:43Z** ##### 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...

from-google-code