webweb
webweb copied to clipboard
MATLAB and Python + d3js. Webweb is a tool for creating interactive visualizations of networks on the web.
Just another proposal: When we want to color the nodes by their metadata, we customize the `display` argument in the Web class. See the documentation: https://webwebpage.github.io/docs/examples/add_node_metadata_categorical.html Here, the key `nodes`...
now that we have both `degree` and `strength`, we should allow people to scale by these separately. current behavior is just to scale by `strength`.
- showLegend - showSizeLegend - showColorLegend - showSizeLegendAttributeText - showColorLegendAttributeText
No documentation exists showing the use of x and y coordinate specifications. Create examples for future documentation.
It would be great if we could easily parse from GML files. gml2webweb.m gml2webweb.py, for instance.
it'd be cool to apply your own colorschemes to things that aren't scalar. Formats: ``` { 'attrName' : { categories: [ "cat1", ... ], colors: [ "cat1color", etc ], },...
now that webweb can be embedded, it would be nice to have an option to write a title onto the visualization
put nodes in boxes based on an attribute the way we would do this is: - make "metanodes" of where each "metanode" is an attribute - size that metanode by...