Directed graph

View: New views
4 Messages — Rating Filter:   Alert me  

Directed graph

by R! :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
Can I ask you is there currently in Octave posibility ho to draw a Directed (Oriented ??) graph ?
I

Re: Directed graph

by Molamini :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, 2009-04-08 at 07:21 -0700, R! wrote:
> Hi,
> Can I ask you is there currently in Octave posibility ho to draw a Directed
> (Oriented ??) graph ?
> I

R!,
I don't believe Octave is designed for this.  Try
http://www.graphviz.org/

You will likely get more satisfaction from 'dot' application.

James

_______________________________________________
Help-octave mailing list
Help-octave@...
https://www-old.cae.wisc.edu/mailman/listinfo/help-octave

Re: Directed graph

by dbateman2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

James Moliere wrote:

> On Wed, 2009-04-08 at 07:21 -0700, R! wrote:
>  
>> Hi,
>> Can I ask you is there currently in Octave posibility ho to draw a Directed
>> (Oriented ??) graph ?
>> I
>>    
>
> R!,
> I don't believe Octave is designed for this.  Try
> http://www.graphviz.org/
>
> You will likely get more satisfaction from 'dot' application.
>
> James
>
>  

Does gplot give something like what you want? It plots a graph based on
the adjacency matrix and a set of vertices.

D.



--
David Bateman                                dbateman@...
35 rue Gambetta                              +33 1 46 04 02 18 (Home)
92100 Boulogne-Billancourt FRANCE            +33 6 72 01 06 33 (Mob)

_______________________________________________
Help-octave mailing list
Help-octave@...
https://www-old.cae.wisc.edu/mailman/listinfo/help-octave

Re: Directed graph

by R! :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yes gplot is quite good but its imposible to find direction of path in his output, its also imposible to label vertices as far as i know. it seems that dos is what i need so maybe i could try write some bridge betveen it and octave.
David Bateman-2 wrote:
James Moliere wrote:
> On Wed, 2009-04-08 at 07:21 -0700, R! wrote:
>  
>> Hi,
>> Can I ask you is there currently in Octave posibility ho to draw a Directed
>> (Oriented ??) graph ?
>> I
>>    
>
> R!,
> I don't believe Octave is designed for this.  Try
> http://www.graphviz.org/
>
> You will likely get more satisfaction from 'dot' application.
>
> James
>
>  

Does gplot give something like what you want? It plots a graph based on
the adjacency matrix and a set of vertices.

D.



--
David Bateman                                dbateman@dbateman.org
35 rue Gambetta                              +33 1 46 04 02 18 (Home)
92100 Boulogne-Billancourt FRANCE            +33 6 72 01 06 33 (Mob)

_______________________________________________
Help-octave mailing list
Help-octave@octave.org
https://www-old.cae.wisc.edu/mailman/listinfo/help-octave