Ubuntu :: Make A Bunch Of Graphs Using Gnuplot From A Bash Script

Nov 14, 2010

I've been trying to make a bunch of graphs using gnuplot from a bash script. The tricky thing is that I have to divide values from two columns: Code: plot "results.csv" using 1:($4/$6) notitle with lp When this command is called from a bash script, the columns get mixed up with script arguments. how to make it read the column values like in the interactive mode?

View 1 Replies


ADVERTISEMENT

General :: Make A Lineal Regression With Gnuplot?

Apr 6, 2011

How to make a lineal regression with gnuplot, I was told this can be done but I don't understand how

View 2 Replies View Related

General :: Make A .flv From A Bunch Of Jpeg-s?

Aug 17, 2010

I have a bunch of jpeg and want to make a single flv video file from it.

I need flv/mp4 (vp6/h264 codecs).

It must be done via console command on Linux.

View 1 Replies View Related

General :: Not Getting Graphs In Nagios?

Oct 16, 2010

i have two linux machines i have installed nagios on only one machine and i am getting graph for that one(localhost).but for the second one(host2) i am not getting the graphs so what should i do.. what should i do to get graphs for othe host (remote machine).

View 4 Replies View Related

Ubuntu :: Conky Graphs For CPU Temp / Network Up Not Working

Aug 22, 2010

I have conky up and running, but today as I was messing around with the colors for the custom theme, the graphs for cpu temp and network up and down aren't displaying anything.

Here's my conky configuration:
./conky-colors --lang=english --theme=custom --color0=000000 --color1=800080 --color2=800080 --cpu=2 --cputemp --swap --updates --hdtemp1=sda --proc=3 --calendar --m --network --rhythmbox=oldvinyl --ubuntu --alllight --unit=F --clock=off

View 4 Replies View Related

Ubuntu :: Display Graphs For System Resource Utilization

Feb 3, 2011

I have a SSH access to some linux servers, is it possible that I can get some graphical report for system utilization (CPU, memory and disk space) for a given time range.

I dont have any graphical access to the system.

Currently I am fetching the records using "sar -r" command , pasting them in a excel sheet to generate the reports.

View 3 Replies View Related

Ubuntu :: Load Graphs Go Up - Some Of Applications Killed By System

May 3, 2010

When the memory usage reaches 95% and above I noticed that the disk activity and load graphs go up and some of my applications are killed by the system. In windows, if someone define a pagefile then the OS will try to use it at the expense of very slow response. Why ubuntu does not use SWAP in such a way?

View 12 Replies View Related

Networking :: Openwrt Or DD-WRT Have As Many Graphs Like Tomato?

Jan 16, 2011

I am looking for a router and trying to decide which one to go with based on the firmware I will want to use. I like how Tomato has alot of graphs and can show alot of graphical data. Does DD-WRT or Openwrt have as many graphs available?

View 1 Replies View Related

General :: Making Graphs Of A Simulation?

May 28, 2011

making My simulation graphs in Ns-2.34 in ubuntu how i can make them. my simualtion is about Home automation lighting control and i wnated to make 6 graphs1) time VS Residaul energy ( remaining enregy of the nodes)like sensors (we have mentioned Insteon sensor and Switchlinc Dimmer)use 9V battery in them. the 9V should be converted in joules and Energy on Y-axis should be in Joules and time on X-axis should be of simulation timeThe graph would be showing after running the simulation 3000 times how much energy is remaining or how much energy is consumed in the nodes after sending 2000 packets.2) Packet size Vs Delay, Delay on Y-axis and Packet size on X-axis with there units and the graph would be showing if Pacjet size increases how much delay is created.3) Throughput Vs Badwidth. througput on Y-axis and Bandwidth on X-axis4) Packets Loss Vs data rate5) Packets sent Vs data rate6) Packets received Vs data rate

View 8 Replies View Related

Software :: Draw The Graphs In Fltk?

Dec 9, 2010

iam doing a project in GUI.. inthat i have to draw graph(sine wave)by the obtained values.. iam using fltk2.0 in linux 2.6 kernel.

View 1 Replies View Related

Ubuntu Multimedia :: GRAPHS In Open Office Not Viewable To Word Users?

Sep 2, 2010

I have to write lab reports with charts and graphs on a regular basis. i did the first one in open office recently but the charts did not appear on my teachers screen! it was a broken failed half rendered blank chart area!

The data tables copied fine but the graphs did not. i made both in spreadsheet and copy pasted them over to a writer document.

View 2 Replies View Related

Ubuntu :: Update Gnuplot 4.2 To 4.4?

Aug 10, 2010

how to update my gnuplot 4.2 to 4.4? Have tried to uninstall gnuplot 4.2 over synpatic, but it still exists. So how do I continue?

View 4 Replies View Related

Ubuntu :: Can't Get Gnuplot To Work / What To Do?

Apr 11, 2011

I have installed gnuplot but nothing appears when I tell it to plot sin(x)

I'm using Ubuntu 10.4 and downloaded gnplot 4.4.3
I need it for a class assignment

If you think I should go to another area of the forum.....just direct me there.v

View 6 Replies View Related

Software :: Code Real Time Graphs On A Web Interface?

Jun 24, 2010

how graphs can be plotted on a web interface on real time ? I have a web interface coded in PHP mostly and for graphs I have jpgraphs. But the job needs the graphs to be real time not static. As of now there's a server side program that writes onto a csv file. I read data from the file and plot it using jpgraph when the page loads. Is there anyway I can code real-time dynamic graphs on a web interface ?

View 2 Replies View Related

Ubuntu :: Bash: How To Make ${var%% *} Work

May 1, 2011

bash: how do you make the construct ${var%% *} work? I am trying to select the first word from a variable which contains many space-separated words. I am running Ubuntu 10.10 with GNU bash, version 4.1.5(1)-release (x86_64-pc-linux-gnu) and when I try to use this construct, the expression returns the complete variable with no removal of trailing anything.

View 3 Replies View Related

Ubuntu :: Install Gnuplot Without As Normal User?

Feb 3, 2010

I am developing an app that require gnuplot installed.

But I do noticed that ubuntu 8.04.4-desktop come without gnuplot.

Is there some way to install gnuplot as a normal user, without root privileges?

Or, may be, some one can think in another way to solve my problem...

View 3 Replies View Related

General :: Unable To Create Graphs With Rrdtool / Why No Data Coming Into File?

Sep 6, 2009

I was trying to do some graphing of the Disk Usage of the my root partition.

I tried it with rrdtool,but I am not able to create any graph.

I followed the below steps

1. Creating a rrd database file

rrdtool create diskusage.rrd --start N DS:Usage:ABSOLUTE:600:1:100 RRA:AVERAGE:0.5:1:432

I then updated the rrd file with below cron entry code...

Why no data is coming into the rrd file ?

View 1 Replies View Related

Red Hat :: Gnuplot 3.7 - Couldn't Able To Set Term To Png

Jan 24, 2011

I am new to Red Hat Enterprise Linux and now i'm supposed to practice gnuplot especially png. I downloaded 1 gnuplot i saw from internet and i couldn't able to set term to png. I think i'm supposed to run gnuplot 3.7. how to install gnuplot v3.7?

View 1 Replies View Related

Slackware :: Uninstall Gnuplot 4.2 At 12.2

Mar 31, 2010

My laptop has Slackware 12.2 and I installed gnuplot 4.2 patchlevel 5. But in this moment I need to install gnuplot 4.4. First I like to uninstall gnuplot 4.2, but I can't uninstall this programm.

I do slackpkg remove gnuplot and obtaining Looking for gnuplot in package list. Please wait... DONE

The file remove can't be removed - package not installed.

But Gnuplot 4.2 was installed at my laptop. I can do graphics and its version is @science:~$ gnuplot --version gnuplot 4.2 patchlevel 5

How to uninstall this version and to install gnuplot 4.4.

View 9 Replies View Related

Ubuntu :: Need To Make Bash Script Files

Apr 16, 2010

I need to know what is the best method for teaching yourself how to make bash script files

View 8 Replies View Related

Ubuntu :: Make Bash Script Files?

Apr 16, 2010

I need to know what is the best method for how to make bash script files

View 4 Replies View Related

General :: Gnuplot Variables Into Shell?

Feb 17, 2010

in gnuplot it's possible to set the value of a variable via linux shell command.or instance we can do

Code:
a="`echo 1`"
b="`echo 2`"

[code]...

View 3 Replies View Related

Programming :: Create Graph In Gnuplot ?

Jan 3, 2010

I need a script that takes data fom a file mydata.dat and create a graph. the content of mydata.dat is Bin Data1 Data2 Data3

Then it asks from the user to select which colums with use for x and which for y. the x and y titles must be generated automaticly by the names of each column from the first line of mydata.dat the limits must also be auto generated by the width of the column (for example for data2 is 12-45). in the end for graph title must shown the current time and date in this format:

So it asks for the user the columns and in the end it shows the graph with the above settings.

View 3 Replies View Related

Ubuntu :: Make A Automated Build-script With Bash

Apr 13, 2010

I'm trying to make a automated build-script with bash but i keep getting different errors.

Code:

#!/bin/bash
gpg --import /home/epm/first_installation/config_chroot_sources_local.gpg
gpg --import /home/epm/first_installation/config_chroot_sources_packages-inl-fr.gpg

[code]....

View 5 Replies View Related

Fedora :: Gnuplot Freezes After First Plot / Sort It?

Jul 8, 2011

I'm using 64-bit fedora 14 on my desktop. i was using gnuplot, but there was some power failure and my computer got shut down. now whenever i plot anything it freezes after first plot i have to force quit it

View 7 Replies View Related

Software :: Get The Graph In Image Format Through GNUPLOT ?

Feb 3, 2010

I am using GNUPLOT for plotting graphs but don't know how to save the graph as an image (irrespective of the format). If someone knows the correct GNUPLOT command for this, please tell me. Note that I have read: [url]but it does not satisfy.

View 6 Replies View Related

Software :: How To Set Equi-distant Xtics In GNUPLOT

Feb 4, 2010

Plotting with GNUPLOT, I have these values at x-axis:Quote:0, 20, 40, 80For this I have used:uote:set xtics (0,20,40,80)Note that distance between 0, 20 and 40 is equal (i.e 20) but it is not equal between 40 and 80 (i.e. 40). Therefore it shows xtics at 0, 20, and 40 with equal gaps (equally spaced) and inserts more gap between xtics of 40 and 80. I want all the xtics equally spaced. Is it possible?

View 12 Replies View Related

Software :: Gnuplot Script - Take A Csv File Of The Format

Jul 7, 2011

I'm trying to write a small gnuplot script that takes a csv file of the format

[Code]...

plot "test.csv" using 1:($2/3600) "label_1,%lf,%lf" with lines title 'LABEL 1', I get the error "line 10: x range is invalid" If I set the xrange, i get "y range" is invalid, if I set that I get no vaild points. If i don't apply the command "set xdata time" then it works but the x axis is just displayed as integers and not a dates, which is my end goal

View 4 Replies View Related

Programming :: Gnuplot Graph Using Trace File

May 1, 2011

How to plot graphs for trace files generated in ns2 using xgraph and gnuplot.

View 7 Replies View Related

Programming :: Add POVRAY And VRML Terminal To GNUPLOT 4.0?

Oct 23, 2010

Currently, I am using CYGWIN and from there I can run GNUPLOT.One night I found out from internet a website (content in portugues) how to install POVRAY. According to this website, I followed these steps:

$ wget -c ftp://ftp.dante.de/pub/tex/graphics/...t-4.0.0.tar.gz
$ wget -c http://t-kita.net/gnuplot_povrml/gnu...vrml-0.3.patch
$ tar zxvf gnuplot-4.0.0.tar.gz

[code]....

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved