Sponsored Content
Top Forums Shell Programming and Scripting Problem creating graph with gnuplot with time on x-axis Post 302794359 by verdepollo on Monday 15th of April 2013 06:02:50 PM
Old 04-15-2013
I am by no means a gpuplot expert but from the description of your original post, sounds like rrdtool might just be a tailor-made tool for what you're trying to achieve.
 

9 More Discussions You Might Find Interesting

1. OS X (Apple)

Adjust X & Y screen axis

I'm using my wife's Macbook, and I just noticed that her screen is off axis, but I can't find a way to adjust it. I've tried playing around with resolution in preferences, but nothing. Maybe a terminal command for adjusting the x and y values of the screen? Any and all suggestions welcomed :) (2 Replies)
Discussion started by: andou
2 Replies

2. UNIX for Dummies Questions & Answers

sar Vs. gnuplot time format

Hi, I want to generate gnuplot graph from sar data. My problem is the time format. 1- Gnuplot doesn't support the sar format (01:00:59 AM/PM) 2- Sar doesn't provide a switch to choose the format. The only way to do it is by exporting LANG=fr_FR. Since I have other apps running and... (0 Replies)
Discussion started by: foxmtl
0 Replies

3. UNIX for Dummies Questions & Answers

GNUPLOT problem

Hi, Im trying to plot a time series with gnuplot. this is my script set xdata time set yrange set timefmt "%H" set xrange set format x "%H:%M:%S" plot "time_vs_times.txt" using 1:2 title 'Interarrival time' with points lw 2 and this is my data 11:14:18 5 11:14:19 10... (10 Replies)
Discussion started by: jamie_123
10 Replies

4. Shell Programming and Scripting

Transposing X and Y axis of CSV data

Hello list, I have a source CSV data file as follows: PC_NAME,MS11-040,MS11-039,MS11-038,MS11-035 abc123,Not Applicable,Not Applicable,Not Applicable,Not Applicable abc987,Not Applicable,Not Applicable,Not Applicable,Not Applicable tnt999,Not Applicable,Not Applicable,Applicable,Not... (2 Replies)
Discussion started by: landossa
2 Replies

5. Programming

Creating a line graph in jqplot

I have a piece of code here that should create a line graph consisting of two lines. It will not render the lines and neither the dates on the x-axis. The y-axis is apparently already scaled for the y-values, so the data interpretation went correctly for at least some of the data. Does anybody see... (0 Replies)
Discussion started by: figaro
0 Replies

6. UNIX and Linux Applications

GnuPlot - 2d-graph --> depending from size, different color

Hi, i would like to change color depending from the valuerange. a gnuplot-script will generate a multiplot and in one graph, the ranges should have different colors, e.g. 100 ... 133 --> red 200 ... 233 --> blue 300 ... 333 --> orange 400 ... 433 --> green #Partikeldata - Partikel... (1 Reply)
Discussion started by: IMPe
1 Replies

7. Shell Programming and Scripting

gnuplot flat line graph

Hi, I'm not able to find a solution because I cant find the exact keyword for this. I wanna make a graph like ive shown in the attachment. Could someone please share ideas on how to do this. Thanks! (3 Replies)
Discussion started by: jamie_123
3 Replies

8. Programming

Draw Bar Graph for GNUPLOT

For example, I have a file called data.txt. And the content is: Iker_Casillas 181 Raphael_Varane 182 Sergio_Ramos 182May I know how to write a script for gnuplot, so I can have a bar graph as the column 1 will be the x and column 2 will be the y? And I hope that the x value can be seen clearly.... (0 Replies)
Discussion started by: Tzeronone
0 Replies

9. Shell Programming and Scripting

Gnuplot Time Data Question

I have a data file of the following format: servername,2013-05-11 17:46:03,SomeText,195,195,11,202 servername,2013-05-11 17:47:03,SomeText,192,192,23,103 servername,2013-05-11 17:48:03,SomeText,189,190,14,117 servername,2013-05-11 17:49:03,SomeText,196,195,24,231 ... ... I want to... (0 Replies)
Discussion started by: BeeryM
0 Replies
TAILOR(1)							   User Commands							 TAILOR(1)

NAME
tailor - tool to keep in sync various kinds of repository DESCRIPTION
Usage: 1. tailor [options] [project ...] 2. tailor test [--help] [...] OPTIONS
-D, --debug Print each executed command. This also keeps temporary files with the upstream logs, that are otherwise removed after use. -v, --verbose Be verbose, echoing the changelog of each applied changeset to stdout. -c CONFNAME, --configfile=CONFNAME Centralized storage of projects info. With this option and no other arguments tailor will update every project found in the config file. --encoding=CHARSET Force the output encoding to given CHARSET, rather then using the user's default settings specified in the environment. --version show program's version number and exit -h, --help show this help message and exit Bootstrap options: -s VC-KIND, --source-kind=VC-KIND Select the backend for the upstream source version control VC-KIND. Default is 'cvs'. -t VC-KIND, --target-kind=VC-KIND Select VC-KIND as backend for the shadow repository, with 'darcs' as default. -R REPOS, --repository=REPOS, --source-repository=REPOS Specify the upstream repository, from where bootstrap will checkout the module. REPOS syntax depends on the source version control kind. -m MODULE, --module=MODULE, --source-module=MODULE Specify the module to checkout at bootstrap time. This has different meanings under the various upstream systems: with CVS it indi- cates the module, while under SVN it's the prefix of the tree you want and must begin with a slash. Since it's used in the descrip- tion of the target repository, you may want to give it a value with darcs too, even though it is otherwise ignored. -r REV, --revision=REV, --start-revision=REV Specify the revision bootstrap should checkout. REV must be a valid 'name' for a revision in the upstream version control kind. For CVS it may be either a branch name, a timestamp or both separated by a space, and timestamp may be 'INITIAL' to denote the beginning of time for the given branch. Under Darcs, INITIAL is a shortcut for the name of the first patch in the upstream repository, other- wise it is interpreted as the name of a tag. Under Subversion, 'INITIAL' is the first patch that touches given repos/module, other- wise it must be an integer revision number. 'HEAD' means the latest version in all backends. -T REPOS, --target-repository=REPOS Specify the target repository, the one that will receive the patches coming from the source one. -M MODULE, --target-module=MODULE Specify the module on the target repository that will actually contain the upstream source tree. --subdir=DIR Force the subdirectory where the checkout will happen, by default it's the tail part of the module name. Update options: -F FORMAT, --patch-name-format=FORMAT Specify the prototype that will be used to compute the patch name. The prototype may contain %(keyword)s such as 'author', 'date', 'revision', 'firstlogline', 'remaininglog'. It defaults to 'Tailorized "%(revision)s"'; setting it to the empty string means that tailor will simply use the original changelog. -1, --remove-first-log-line Remove the first line of the upstream changelog. This is intended to pair with --patch-name-format, when using its 'firstlogline' variable to build the name of the patch. -N, --refill-changelogs Refill every changelog, useful when upstream logs are not uniform. VC specific options: --use-propset Use 'svn propset' to set the real date and author of each commit, instead of appending these information to the changelog. This requires some tweaks on the SVN repository to enable revision propchanges. --ignore-arch-ids Ignore .arch-ids directories when using a tla source. SEE ALSO
The syntax for tailor's configuration file format and a good number of examples are in tailor's README file, which on Debian systems can be found in /usr/share/doc/tailor/README.rst.gz AUTHOR
tailor was written by Lele Gaifax <lele@nautilus.homeip.net>. This manual page was written by Vincent Danjean <vdanjean@debian.org>, with the help of help2man for the Debian project (but may be used by others). tailor 0.9.34 June 2008 TAILOR(1)
All times are GMT -4. The time now is 12:31 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy