Barry Gershenfeld wrote:
> Paraphrasing Carl:
>> I have been trying to build PyXplot tonight. 
>> - it can't find Python 2.4.
>> - pxyplot needs scipy which needs numpy.  
>> - scipy also needs LAPACK, which is a gigantic software package.  
>> - Building scipy seems to generate a 30MB library
> 
> Thanks for answering my question :-)   It was, "Is this suitable for an
> embedded system?"   Next question! (or in some way, previous question).  How
> big is gnuplot?    I'd like to show a history of case temperature and fan
> speed, but I'm not willing to quadruple the image size to do it.
> 

 ls -l `which gnuplot`
-rwxr-xr-x 1 root root 950648 Mar  1  2006 /usr/bin/gnuplot

 ldd `which gnuplot`
        libreadline.so.5 => /usr/lib64/libreadline.so.5 (0x00000035e7400000)
        libncurses.so.5 => /usr/lib64/libncurses.so.5 (0x00000035efa00000)
        libz.so.1 => /usr/lib64/libz.so.1 (0x00000035e6800000)
        libpng12.so.0 => /usr/lib64/libpng12.so.0 (0x00000035e7c00000)
        libm.so.6 => /lib64/libm.so.6 (0x00000035e6400000)
        libc.so.6 => /lib64/libc.so.6 (0x00000035e6100000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00000035e6600000)
        /lib64/ld-linux-x86-64.so.2 (0x00000035e5f00000)


Q? How about a nice ascii bar-chart?

Regards
..jim

-- 
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg

Reply via email to