DataLab: filling edge weight column doesn't work when dynamic · Issue #619 · gephi/gephi · GitHub
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataLab: filling edge weight column doesn't work when dynamic #619

Closed
sheymann opened this issue May 8, 2012 · 5 comments
Closed

DataLab: filling edge weight column doesn't work when dynamic #619

sheymann opened this issue May 8, 2012 · 5 comments
Assignees
Labels
Data Laboratory UI Wishlist New features (not a bug)
Milestone

Comments

@sheymann
Copy link
Member

sheymann commented May 8, 2012

Hi,

I can't fill the edge weight column with a single number when this column is dynamic. However I would like to erase the dynamic weight and replace it by a static value.

@ghost ghost assigned eduramiba May 8, 2012
@eduramiba
Copy link
Member

If the weight is dynamic you can't fill it with a static value, you have to fill it with something like [start,end,value]

@sheymann
Copy link
Member Author

sheymann commented May 8, 2012

Is it possible to cast it silently? Or if not possible, to raise a message explaining that it is not possible? Currently there is no warning and no change, so it feels like a bug.

@eduramiba
Copy link
Member

A silent cast for parsing dynamic types without intervals info would be possible, but what default interval should be used? Maybe [-Infinity, Infinity, simple_value_by_user]

Also, a warning on filling a column with a value when that column was not able to parse the value seems appropiate, yes.

@sheymann
Copy link
Member Author

sheymann commented May 8, 2012

I vote for the first option :)

@eduramiba
Copy link
Member

Implemented in gephi-maven repository.

mbastian pushed a commit to mbastian/gephi that referenced this issue Nov 18, 2012
@eduramiba eduramiba self-assigned this Jun 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Data Laboratory UI Wishlist New features (not a bug)
Projects
None yet
Development

No branches or pull requests

3 participants