webweb icon indicating copy to clipboard operation
webweb copied to clipboard

MATLAB and Python + d3js. Webweb is a tool for creating interactive visualizations of networks on the web.

Results 19 webweb issues
Sort by recently updated
recently updated
newest added

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`...

feature

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`.

feature

- showLegend - showSizeLegend - showColorLegend - showSizeLegendAttributeText - showColorLegendAttributeText

feature

No documentation exists showing the use of x and y coordinate specifications. Create examples for future documentation.

feature

It would be great if we could easily parse from GML files. gml2webweb.m gml2webweb.py, for instance.

feature

it'd be cool to apply your own colorschemes to things that aren't scalar. Formats: ``` { 'attrName' : { categories: [ "cat1", ... ], colors: [ "cat1color", etc ], },...

feature

now that webweb can be embedded, it would be nice to have an option to write a title onto the visualization

feature

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...

feature