|
From: Theo <th...@gm...> - 2013-10-16 20:05:18
|
in gnuplot type 'help xtics'
and have a look at the correct syntax
e.g.
set xtics ("abc" 0, "def" 1, "ghi" 2)
plot "points.txt" with boxes fill pattern 3
Plots red boxes with "abc" etc. as label.
hope that helps,
Theo.
Am 16.10.2013 21:24, schrieb Mahmood Naderan:
> Hi
> I want to set some strings on the x-axis. Here is my data points
>
> 10
> 30
> 20
>
> and I use
>
> set xtics "data point 1, data point 2, data point 3"
> plot "points.txt" with boxes fill pattern 3
>
>
> But the plot area is empty! Did I miss anything?
>
>
> Regards,
> Mahmood
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
> _______________________________________________
> gnuplot-info mailing list
> gnu...@li...
> Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-info
>
|