|
From: Collin M. <cmo...@ya...> - 2005-01-30 20:05:28
|
Well taking some data file junk.txt as
42 100
15 90
23 50
11 25
77 10
88 0
And within gnuplot using the command
plot "junk.txt" w i
I need to see the bars in descending size as the input is sorted, what
I see on my end gnuplot v. 4.0.0, is sorted along the x axis. A
spreadsheet will do what I want without any extra manipulation but I
just wanted to automate the process with gnuplot instead.
--- Hans-Bernhard Broeker <br...@ph...> wrote:
> Collin Monahan wrote:
> > How do I keep gnuplot from sorting the data by x value? I just want
> the
> > bar graph in the order I list it in the input.
>
> And what makes you think that's not what you get? Please show an
> actual
> example.
>
__________________________________
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mail
|