|
From: Patrick D. <pd...@gm...> - 2024-10-11 17:05:44
|
plot "Lambda_abs_200W.asc" u (sprintf("%.16g",$1)): (sprintf ("%.16g",$2)) with table
can do it
===========================================================================
Patrick DUPRÉ | | email: pd...@gm...
===========================================================================
> Sent: Friday, October 11, 2024 at 5:59 PM
> From: "Patrick Dupre via gnuplot-info" <gnu...@li...>
> To: "gnuplot" <gnu...@li...>
> Subject: [Gnuplot-info] accuracy with table
>
> Hello,
>
> With this
> set table $DATA_PC ; plot "Lambda_abs_200W.asc" u ($1):($2) "%lf %lf" with table; unset table
> plot $DATA_PC,
> I the following plot.
> It seems that the data are truncated.
>
> Here is teh format of my data
> 7250.0874828466 7.3193401800406e-28
>
> Thank for your help.
>
> ===========================================================================
> Patrick DUPRÉ | | email: pd...@gm...
> ===========================================================================
>
> _______________________________________________
> gnuplot-info mailing list
> gnu...@li...
> Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-info
>
|