Difference between revisions of "Issue:Subgraph dimensions exceed graph size"

From FollowTheScore
Jump to: navigation, search
(New page: {{Issue |Type = Bug |Extension = aiSee |Version = 2.2 |Description = |Status = open }} == Problem == In the following graph the subgraphs´ size exceed the graph ...)
 
 
Line 3: Line 3:
 
  |Extension  = aiSee
 
  |Extension  = aiSee
 
  |Version    = 2.2
 
  |Version    = 2.2
  |Description =  
+
  |Description = The size of the graph is too small to show all objects
 
  |Status      = open
 
  |Status      = open
 
}}
 
}}

Latest revision as of 20:27, 20 October 2007

Description: The size of the graph is too small to show all objects
Extension / Version: aiSee   /   2.2
Type / Status: Bug   /   open

Problem

In the following graph the subgraphs´ size exceed the graph size, i.e. calculation of overall graph size does not work correctly.

 
graph: {
// generated by Wgraph at 18:16, 18 October 2007
// see http://semeb.com/dpldemo/index.php/Wgraph
title: "X"
displayedgelabels: yes
graph: {
 title: "a"
 state: clustered
 label: "a"
 graph: {
  title: "b"
  state: clustered
  label: "b"
  graph: {
   title: "c"
   state: clustered
   label: "c"
  }
 }
}
}

Reply