You cannot post messages because only members can post, and you are not currently a member.
Description:
Open discussion of the GUESS visualization system
|
|
|
guess screen is blank and blinks
|
| |
Hi,
I am new to Guess, and tried to install guess.
I downloaded, 1.03 beta version, and installed Java and JavaMedia
thing.
I did set the Guess_home with correct path, but when I start guess,
the
window is black or blinks depending on where I put my mouse.
I am using Vista. Can anyone recommend what went wrong in installation... more »
|
|
new nodes using mouse click
|
| |
Hi everyone,
I'm new to using event handlers in general--especially in GUESS. I see
there are special events for mouse over a node.
But how about for mouse in canvas area but not over a node? This seems
to be the desirable prerequisite for adding a new node by mouse click.
How would I detect this situation and get the x,y location to put a... more »
|
|
cannot import xlrd (path problem?)
|
| |
Hi folks,
I am having what I'm guessing is a path problem. If I type python at
the command line and then "import xlrd" I can import this library to
work with Excel spreadsheet files. If I do the same from the GUESS
console, it cannot find the library. Do I need to set an environment
variable?... more »
|
|
Topology-aware navigation in large networks
|
| |
I think the GUESS fans would like this article talking about new
features in a similar application, ZGRViewer
[link]
Abstract:
Applications supporting navigation in large networks are used every
days by millions of people. They include road map navigators, flight... more »
|
|
Problem of debugging event handler functions
|
| |
Hello,
I have written a script to respond to mouse clicks:
class test(java.lang.Object):
def init(self):
graphevents.clickNode= self.mouseClick
def mouseClick(self,_node):
self.myFunction()
def myFunction(self)
print "ok until here"
# making an error:... more »
|
|
explain the different layouts to me
|
| |
I've done a quick search on this group and I've looked through the
Wiki. I'm new to graph theory, and I'm wondering if someone could
supplement the wiki material and explain to me in a nutshell what each
layout algorithm does. Why would I choose one over another? What are
the assumptions about the data that each layout makes? Are there any... more »
|
|
Rserver 0.5-3 won't work with GUESS ver. 1.0.4 beta
|
| |
Hi, I've been trying to use Rserve 0.5-3 with GUESS ver. 1.0.4 beta on Ubuntu 9.10 beta, but I ended up getting the following result: java.lang.Error: java.lang.Error: Handshake failed: The server uses more recent protocol than this client. [request status: no error] Is there any plan for GUESS to support the "recent protocol" above?... more »
|
|
Adding functionality to Zotero via GUESS?
|
| |
Hi everyone,
I am hoping more experienced programmers and GUESS users may be able
to provide some guidance on a project I am planning. I am using
Zotero, a Firefox plugin, to keep track of bibliographic information
and organize PDF's of articles and book chapters. I would also like to
use it to write short notes about the documents. However, Zotero does... more »
|
|
Fwd: [SOCNET] Network Workbench Tool 1.0.0 release
|
| |
Hi Everyone, If you're interested in a tool that facilitates GUESS, try out the Network Workbench. In it you'll notice that GUESS has an additional panel to the interpreter called Graph Modifier. This was developed by myself and Jeffrey Wong a couple years ago. I sent it to the Network Workbench people, and I was pleasantly surprised to see it integrated.... more »
|
|
|