-
Notifications
You must be signed in to change notification settings - Fork 64
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
tooltips? #85
Labels
Comments
@bwlewis, Many thanks for the this fine package, with which I have just started. Looking through the examples, and searching around, I failed to find out how to turn on node label tooltips. Any advice on where i should look? |
A good question. There is no provision for floating tooltips.
The current normal behavior of the scatterplot & graph plotting functions
is to display vertex labels when moused-over in a fixed title position (in
other words, a fixed position tooltip). That label can have anything you
want in it, but the position is fixed.
…On Thu, May 14, 2020 at 9:38 AM Paul Shannon ***@***.***> wrote:
@bwlewis <https://github.com/bwlewis>, Many thanks for the this fine
package, with which I have just started.
Looking through the examples, and searching around, I failed to find out
how to turn on node label tooltips. Any advice on where i should look?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#85 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABCZHWDJYYPB3IMN4DTKMTRRPX4BANCNFSM4GR7MIVQ>
.
|
having said that, an interesting idea would be to optionally make the
"title" label follow the mouse position, just like a regular tooltip.
…On Fri, May 15, 2020 at 9:56 AM Bryan Lewis ***@***.***> wrote:
A good question. There is no provision for floating tooltips.
The current normal behavior of the scatterplot & graph plotting functions
is to display vertex labels when moused-over in a fixed title position (in
other words, a fixed position tooltip). That label can have anything you
want in it, but the position is fixed.
On Thu, May 14, 2020 at 9:38 AM Paul Shannon ***@***.***>
wrote:
> @bwlewis <https://github.com/bwlewis>, Many thanks for the this fine
> package, with which I have just started.
>
> Looking through the examples, and searching around, I failed to find out
> how to turn on node label tooltips. Any advice on where i should look?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#85 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AABCZHWDJYYPB3IMN4DTKMTRRPX4BANCNFSM4GR7MIVQ>
> .
>
|
Yes, that would be a boon to my users!
- Paul
… On May 15, 2020, at 6:59 AM, B. W. Lewis ***@***.***> wrote:
having said that, an interesting idea would be to optionally make the
"title" label follow the mouse position, just like a regular tooltip.
On Fri, May 15, 2020 at 9:56 AM Bryan Lewis ***@***.***> wrote:
> A good question. There is no provision for floating tooltips.
>
> The current normal behavior of the scatterplot & graph plotting functions
> is to display vertex labels when moused-over in a fixed title position (in
> other words, a fixed position tooltip). That label can have anything you
> want in it, but the position is fixed.
>
>
>
> On Thu, May 14, 2020 at 9:38 AM Paul Shannon ***@***.***>
> wrote:
>
>> @bwlewis <https://github.com/bwlewis>, Many thanks for the this fine
>> package, with which I have just started.
>>
>> Looking through the examples, and searching around, I failed to find out
>> how to turn on node label tooltips. Any advice on where i should look?
>>
>> —
>> You are receiving this because you were mentioned.
>> Reply to this email directly, view it on GitHub
>> <#85 (comment)>,
>> or unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/AABCZHWDJYYPB3IMN4DTKMTRRPX4BANCNFSM4GR7MIVQ>
>> .
>>
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
graphjs()
: Added mouse-location based "tooltip" style node identification, instead of or in addition to the current main plot label node identification approach (when a user clicks on a network vertex).The text was updated successfully, but these errors were encountered: