How to generate graph in unix?


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users How to generate graph in unix?
# 1  
Old 05-28-2012
How to generate graph in unix?

Hi Friends,

I need to generate a graph in on the basis of data available in csv file in unix.
Please let me know how to generate the graph.

Thanks
Mayank
# 2  
Old 05-28-2012
Oh, come on. We need more detail. Gnuplot can turn data into an image in a variety of ways, but without knowing what you want we're not likely to show you the way you want to do it.
# 3  
Old 05-28-2012
Hi,

I had a table like below in unix in a csv file.

DateTime Transaction1 Transaction2 Transaction3
1/05/2012 8:00 2.02 11.23 2.11
1/05/2012 9:00 2.11 5.65 0.91
1/05/2012 10:00 5.12 1.32 5.6
1/05/2012 11:00 3.2 20.12 3.1
1/05/2012 12:00 6.71 15.73 2.8
1/05/2012 13:00 8.11 17.11 2.07
1/05/2012 14:00 8.9 10.42 2.11
1/05/2012 15:00 7.2 9.83 3.17
This table will be generated automatically by my sql scripts in Transaction.csv file and then i have to plot a graph for this data and insert in a microsoft document file stats.doc and has to send via mail as attachment.

All this activity ahs to eb performed on a unix O/S solaris server.

Thanks,
Mayank

Last edited by mayank2211; 05-28-2012 at 03:13 PM..
# 4  
Old 05-28-2012
# 5  
Old 06-23-2012
What exactly are you looking to do . Create a bar graph right in the terminal as the script runs, or create an image file that contains bar graphs like mainframe modernization representing the data that will may help you

Last edited by timitiwinkle; 06-24-2012 at 12:09 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Display Pie Chart/Bar Graph in microsoft outlook email using UNIX commands/Shell scripts

I have a shell script which executes to write html codes into a text file. My next step is to email the text file so that receiving person (people who i send email to) should be able to see pie/chart or bar graph (whatever i design in my code) in their email. Following is the example of a sample... (7 Replies)
Discussion started by: bikerboy
7 Replies

2. Shell Programming and Scripting

Ftp client softwares that will generate UNIX commands

Hi Folks, Please advise for FTP client softwares like winscp we use mostly to transfer the files to other unix box machines but any ftp software which in logs will also generate and show the unix commands parallely for ex if I create a directory graphically through ftp software then it will list... (1 Reply)
Discussion started by: punpun66
1 Replies

3. Shell Programming and Scripting

UNIX script generate report grouped on date

Dear Team, I am try n gerrating a report by writing a shell script, the content of the report should be aggrigated based on date value exist in the content of the file. initially the file is zip format My file content is in below format 031627787 034626800357002013050613310400000013500 CLT01... (1 Reply)
Discussion started by: balram0179
1 Replies

4. Shell Programming and Scripting

How to generate HTML page from UNIX script out-put?

Hi All. This my first post to this forum, and i assuming it will be best out-of all. I am quite new to Unix scripting so please excuse me for any silly questions - I am trying to create on Unix script in which it telnet to my server, check the connectivity of the server and then it... (2 Replies)
Discussion started by: HHarsh
2 Replies

5. Shell Programming and Scripting

Send SAS Graph in Email Body from UNIX

Hi Friends, I am trying to send a graph in Body of HTML Email which is generated using a SAS Code. But, I am not able to see the picture, Instead seeing a red cross mark in Email Body. Could you please help me in fixing this problem? Also, I do not have a Shared Place (or) a web server to... (0 Replies)
Discussion started by: Samuels
0 Replies

6. Solaris

How to generate graph from flat file by using unix script

Hi, I need to generate graph from the text file in Unix server. The file contains the following data, Fri Feb 03 07:01:00 PST 2012|3325 Fri Feb 03 07:02:00 PST 2012|3349 Fri Feb 03 07:03:00 PST 2012|3290 Fri Feb 03 07:04:00 PST 2012|3496 Fri Feb 03 07:05:00 PST 2012|3362 Fri Feb 03 07:06:00... (2 Replies)
Discussion started by: gkn
2 Replies

7. Shell Programming and Scripting

Automatic generate 3D pie Graph

Hello all, I need the scripts automatic generate 3D pie Graph. What I have now is as below: Run at terminal by $ CMD R BATCH graph.R # 3D Exploded Pie Chart library(plotrix) slices <- c(20, 15, 4, 15, 8) lbls <- c("Media", "Document", "DB", "Others", "Available") pct <-... (5 Replies)
Discussion started by: sheikh76
5 Replies

8. Shell Programming and Scripting

Unix random number generate in given range

Hi All, I have extracted some report from database for few activities done. Now I have a requirement to add some random time(In range of 10-35) in front of each activity. Can be generated random numbers in any bash/sh shell within a given number range, let's say in between 10-30. ... (10 Replies)
Discussion started by: gr8_usk
10 Replies

9. Shell Programming and Scripting

generate PDF document on UNIX (not with GUI) from SQL*Plus output

Hi I wish to generate from CSV output of SQL*Plus a PDF. I use a Solaris 10 box. Which Open Source software can do that on CLI? (4 Replies)
Discussion started by: slashdotweenie
4 Replies

10. Emergency UNIX and Linux Support

Generate Info From a Unix Binary

We have a situation where a binary from our build system is failing in one specific flow but the same from dev works fine. We are sure that build system picks up the right libs and code, however we see a difference of 6000 bytes in both. (build - 6000 bytes = size of dev binary) Hence we would... (7 Replies)
Discussion started by: uunniixx
7 Replies
Login or Register to Ask a Question