Graphs - another question

One further question.
I'm trying to construct a particular category of graphs.
I need to establish not only edges between nodes, but also edges between
edges and nodes.

.-----.
(edge between nodes)

        >
.-------|
        >
(edge between a node and an edge)

Do you know how can I represent this graphs through python, in
particular using network? Is it possible? Many thanks.
All the best,
nico

Dear all,

an attempt to update from matplotlib-0.71 to matplotlib-0.84 on
a solaris 5.8 (GCC-3.3.2, Python 2.4.2) machine failed. The error message is:

In file included from src/_na_backend_agg.cpp:24:
src/swig_runtime.h: In function `int SWIG_Python_ConvertPtr(PyObject*,
void**,
   swig_type_info*, int)':
src/swig_runtime.h:1128: error: `Py_False' undeclared (first use this
function)
src/swig_runtime.h:1128: error: (Each undeclared identifier is reported only
   once for each function it appears in.)
src/swig_runtime.h: In function `PyObject* SWIG_Python_NewPointerObj(void*,
   swig_type_info*, int)':
src/swig_runtime.h:1236: error: `Py_True' undeclared (first use this function)
error: command 'gcc' failed with exit status 1

The aim was just to install the 'agg' and the 'Tkagg' backends, the problems
seems to arise in the agg2.3 section (matplotlib-0.71 had agg2.2).

I browsed through previous list entries, but this problem seems to be 'new'.
Any ideas?

Thanks for the help,
Martin

G. Sica wrote:

One further question.
I'm trying to construct a particular category of graphs.

Have selected a GUI toolkit yet? If wxPython is an option, check out OGL and FloatCanvas. On e or the other of these may be useful. I'd be glad to answer any questions you have about FloatCanvas.

-Chris

···

--
Christopher Barker, Ph.D.
Oceanographer
                                         
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception

Chris.Barker@...259...

Many thanks for the suggestion. I will try to use the quoted toolkit and
packages and then we'll let you know.
Best,
Nico

···

Il giorno mar, 15/11/2005 alle 09.22 -0800, Chris Barker ha scritto:

G. Sica wrote:
> One further question.
> I'm trying to construct a particular category of graphs.

Have selected a GUI toolkit yet? If wxPython is an option, check out OGL
and FloatCanvas. On e or the other of these may be useful. I'd be glad
to answer any questions you have about FloatCanvas.

-Chris