Changelog
0.1.1.9000
Improvements
- The
scaling
argument ofgraph_static_layout
no longer distorts the graph.
Bug Fixes
graph_background
correctly applies background color and alpha.
Additions
graph
now accepts object of classgraphframe
as returned by graphframes.graph_cluster
andgraph_static_layout
now accept aweights
argument.rescale_layout
has been added to allow rescaling the layout aftergraph_static_layout
has been run.
A new family of update_*
functions to easily update graph aspects on the fly.
update_node_size
andupdate_node_color
to update a single node.update_nodes_size
andupdate_nodes_color
to update multiple nodes from a data.frame.update_link_source_color
andupdate_link_target_color
to update a link source and target color.update_links_source_color
andupdate_links_target_color
to update multiple links from a data.frame.
0.1.0
Initial Version.