Difference between revisions of "Issue:Fisheye problem"

From FollowTheScore
Jump to: navigation, search
(New page: {{Issue |Type = Bug |Extension = aiSee |Version = 2.2 |Description = The program throws an exception at a very simplistic example |Status = open }} == Problem == =...)
(No difference)

Revision as of 19:18, 21 October 2007

Description: The program throws an exception at a very simplistic example
Extension / Version: aiSee   /   2.2
Type / Status: Bug   /   open

Problem

cfish & fcfish crash

The error seems to happen during png output generation.

Wgraph:Demo importance

graph "Demo_importance" . {
  edge A B {}
  edge B C {}
  edge A C {}
  view cfish
}

pfish doesn´t want to show nodes

Is that a bug or a feature? Or must one set importance to some value?

Reply