persempre wrote:
> My data looks like :
> c0 c1 c2
> 0 0xdfffed90 0xdfffed90
> 1 0xdfffef54 0xxdfffef54
> 2 0xdfffef54 0xdfffef54
> 3 0xdfffef54 0xdfffef54
>
> How to plot with hex data?
Only by translating them to recognizable (decimal, or hexadecimal
floating-point) formats before passing them to gnuplot.
|