|
From: Shigeharu T. <sh...@ie...> - 2010-02-24 23:55:05
|
shige 02/25 2010 ---------------- I wrote: | 1) Gnuplot help says as the following (section "binary matrix"): | | which are converted into triplets: | <x0> <y0> <z0,0> | <x0> <y1> <z0,1> | <x0> <y2> <z0,2> | : : : | <x0> <yN> <z0,N> | | <x1> <y0> <z1,0> | <x1> <y1> <z1,1> | : : : | | However, gnuplot seems to treat it as the following: | | <y0> <x0> <z0,0> | <y0> <x1> <z0,1> | <y0> <x2> <z0,2> | : : : | <y0> <xN> <z0,N> | | <y1> <x0> <z1,0> | <y1> <x1> <z1,1> | : : : | | I checked it by | | splot "binary.dat" binary matrix every :::0::1 w l | | for an asymmetric binary data "binary.dat". I prepared sample scripts, data, and results. See http://takeno.iee.niit.ac.jp/~shige/unix/gnuplot/data/mkbin.c http://takeno.iee.niit.ac.jp/~shige/unix/gnuplot/data/mkbin.gp http://takeno.iee.niit.ac.jp/~shige/unix/gnuplot/data/mkbin1.gif http://takeno.iee.niit.ac.jp/~shige/unix/gnuplot/data/mkbin2.gif +========================================================+ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@ie... TEL(&FAX): +81-257-22-8161 +========================================================+ |