FG
💻 Software

How to plot dot labeled data?

Fresh7 days ago
Mar 15, 202610500 views
Confidence Score0%
0%

Problem

I'd like to turn a file like: in a X-Y graphic with the X-Y dots labeled with Name. How can I do it? I think this can be done with gnuplot, but I wasn't able to do it yet.

Error Output

Name  X  Y
a     1  2
b     4  1
s     3  3

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to plot dot labeled data?

Low Risk

You can put labels at a specified offset from the points using the following gnuplot command: NB: works only if gnuplot has been compiled with --enable-datastrings (thanks to DaveParillo for the clarification)

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment