Changelog
0.1.1.9000
Improvements
- The
scalingargument ofgraph_static_layoutno longer distorts the graph.
Bug Fixes
graph_backgroundcorrectly applies background color and alpha.
Additions
graphnow accepts object of classgraphframeas returned by graphframes.graph_clusterandgraph_static_layoutnow accept aweightsargument.rescale_layouthas been added to allow rescaling the layout aftergraph_static_layouthas been run.
A new family of update_* functions to easily update graph aspects on the fly.
update_node_sizeandupdate_node_colorto update a single node.update_nodes_sizeandupdate_nodes_colorto update multiple nodes from a data.frame.update_link_source_colorandupdate_link_target_colorto update a link source and target color.update_links_source_colorandupdate_links_target_colorto update multiple links from a data.frame.
0.1.0
Initial Version.