33mestre / jsviz

Automatically exported from code.google.com/p/jsviz
0 stars 0 forks source link

Skewing produces unexpected results for Snowflake Graphs #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Skewing is used to produce graphs that occupy the maximum space when graph
width is different than graph height. The skewing functionality built for
JSViz 0.3 accomodates Force Directed Graphs, but often makes Snowflake
Graphs overflow on the x-axis.

Original issue reported on code.google.com by kyle.sch...@gmail.com on 7 Feb 2007 at 4:13

GoogleCodeExporter commented 9 years ago

Original comment by kyle.sch...@gmail.com on 7 Feb 2007 at 5:21

GoogleCodeExporter commented 9 years ago
Refactored skewing to work with a "skewBase" and 2 dimensions, rather than 
skewing
only the x-axis.

Original comment by kyle.sch...@gmail.com on 10 Feb 2007 at 2:20