|
From: pban92 <pb...@ya...> - 2011-02-17 11:07:43
|
@Tait, I really appreciate your continuous help. 1. The transparency problem was solved after I got the latest version. 2. For the cluster, it seems the following code is correct as it gave no error but the never ending execution of the graph is taking ages forcing me to quit. Is my code wrong? My text file has five columns with 1.5 million rows. clear set boxwidth 0.75 absolute set style fill solid 1.00 border -1 set style data histogram set style histogram cluster gap 1 plot 'set1st01.txt' using 1, '' using 2, '' using 3, '' using 4, '' using 5:xtic(1) 3. Referring to OP, is there any built in gnuplot built in function for waterfall/fence plotting? Tait-2 wrote: > > > Transparency support wasn't present pre-4.4, but then you > should have gotten an error on the set command. > > > -- View this message in context: http://old.nabble.com/fence-plotting-in-gnuplot-tp30933874p30948670.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |