Sponsored Content
Full Discussion: Gnuplot multiset graphic
Top Forums UNIX for Dummies Questions & Answers Gnuplot multiset graphic Post 302802173 by Robin451987 on Friday 3rd of May 2013 04:49:50 AM
Old 05-03-2013
Question Gnuplot multiset graphic

Hello everyone,

im trying to create a special graphic with gnuplot and dont really get where i want.

What i want to do is this:
I have 20 textfiles containing 8000x2 matrices, where the first column represents the time and the second the amplitude of a wave.
Now all 20 wave-functions shell be plotted in one graphic, that way that there is a vertical offset between them.

The graphic should look like the one i attached to this post, where 60 functions a plotted above each other.

Does anybody now how to get there?


Thanks for reading Smilie
Gnuplot multiset graphic-s4d33q9t25u9w9pbcsor7u_c82jhpsdbp7mimlvyhtcjpeg
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Graphic apps

We have app. 20.000 UNIX boxes running mainly Solaris 2.4. Among other things we produce product documentation and have previously used Island Draw to produce images and such. Where do I find objective reviews of similar software packages, have any1 of you done any evaluation? I´ve searched this... (4 Replies)
Discussion started by: FredrikB
4 Replies

2. UNIX for Dummies Questions & Answers

suse graphic console

suse linux comes default installed with a graphic console....is there any way to switch this to a regular black-on-white text-mode console? any help would be appreciated. okay, -nydel (6 Replies)
Discussion started by: nydel
6 Replies

3. UNIX Desktop Questions & Answers

graphic problems

Hallo, Is there anyone you is an expert in old sparc hardware ? I have a problem with my "new" ( sparc 20 ,2xCPU,250MB) sparc. For me it is not possible to enhanc the colors of my graphic adaptor.(STP3010PGA TURBOXGX SUN) Is there a chance to adjust more then 256 colors ? Please help my ! (1 Reply)
Discussion started by: joerg
1 Replies

4. UNIX for Advanced & Expert Users

Graphic card problem

Hello experts, could you Pls. help me on the following problem: when i boot my system after starting all services it gives me just "login:" prompt & does not go to the standard logging page,and when i insert one of my accounts to login it gives me the following message: "/dev/fb permission... (3 Replies)
Discussion started by: nikk
3 Replies

5. HP-UX

graphic description of cluster HP

Hello, I want to make a graphical decription of a cluster H.P (shema) which runs with MC/Service Guard. Does anyone know a web site where i can found a shema of this. Lot of thanks... (1 Reply)
Discussion started by: steiner
1 Replies

6. Post Here to Contact Site Administrators and Moderators

Smaller splash graphic

Not to complain, but the large graphic at the top of the page ensures that I have to scroll down everytime I change pages. Maybe the problem is the 1024x768 of my laptop screen, but it does seem excessive. Keith (2 Replies)
Discussion started by: kduffin
2 Replies

7. Solaris

How to know my graphic card type

Dear experts I need to know how can I check the type of graphic card and it specifications already installed on my Solaris 8 Ultra 60 workstation. Regards reza (5 Replies)
Discussion started by: Reza Nazarian
5 Replies

8. UNIX Desktop Questions & Answers

Graphic display resolution

Hello all, I need to fix some resolution in an AIX, how can I do it? It cannot be altered at system reboot, in the other words, I'm setting an display resolution, but when I do a reboot this configuration will be losted. I need somethig like this: Set a configuration and it cannot be changed... (0 Replies)
Discussion started by: nando_zambone
0 Replies

9. UNIX for Advanced & Expert Users

Graphic application

Hi, do you know any Open source software , equivalent to Lightroom 1.1 of Adob ? Thanks. (0 Replies)
Discussion started by: big123456
0 Replies

10. Red Hat

Graphic mode Linux RH 3

Installing Linux Enterprise Red Hat 3, does not appear graphic mode even changing inittab to 5. Please help me to get the instructions to install graphic mode (gnome?) in my recent installation. Thanks! (3 Replies)
Discussion started by: osymad
3 Replies
branch(1rheolef)						    rheolef-6.1 						  branch(1rheolef)

NAME
branch -- handle a family of fields SYNOPSIS
branch [options] filename EXAMPLE
Generates vtk file colection for visualization with paraview: branch output.branch -paraview DESCRIPTION
Read and output a branch of finite element fields from file, in field text file format. INPUT FILE SPECIFICATION
-Idir add dir to the RHEOPATH search path. See also geo(2) for RHEOPATH mechanism. filename specifies the name of the file containing the input field. - read field on standard input instead on a file. -ndigit int Number of digits used to print floating point values when using the `-geo' option. Default depends upon the machine precision asso- ciated to the Float type. OUTPUT AND RENDER SPECIFICATION
-extract int Extract the i-th record in the file. The output is a field or multi-field file format. -branch Output on stdout in `.branch' format. This is the default. -paraview Generate a collection of vtk files for using paraview. -vtk Generate a single vtk file with numbered fields. -gnuplot Run 1d animation using gnuplot. -plotmtv This driver is unsupported for animations. OTHER OPTIONS
-umin float -umax float set the solution range for the gnuplot driver. By default this range is computed from the first field of the branch, and this could be problematic when this field is initialy zero. -topography filename[.field[.gz]] performs a tridimensionnal elevation view based on the topographic data. -proj performs a P1 projection on the fly. This option is useful when rendering P0 data while vtk render requieres P1 description. -elevation For two dimensional field, represent values as elevation in the third dimension. This is the default. -noelevation Prevent from the elevation representation. -scale float applies a multiplicative factor to the field. This is useful e.g. in conjonction with the elevation option. The default value is 1. -verbose print messages related to graphic files created and command system calls (this is the default). -noverbose does not print previous messages. -clean clear temporary graphic files (this is the default). -noclean does not clear temporary graphic files. -execute execute graphic command (this is the default). -noexecute does not execute graphic command. Generates only graphic files. This is usefull in conjuction with the -noclean command. BRANCH FILE FORMAT
The `.branch' file format bases on the `.field' one: EXAMPLE GENERAL FORM #!branch #!branch branch branch 1 1 11 <version> <nfield=1> <nvalue=N> time u <key> <field name> #time 3.14 #<key> <key value 1> #u #<field name> field <field 1> ..... .... ..... .... #time 6.28 #<key> <key value N> #u #<field name> field <field N> ..... .... The key name is here time, but could be any string (without spaces). The previous example contains one field at each time step. Labels appears all along the file to facilitate direct jumps and field and step skips. The format supports several fields, such as (t,u(t),p(t)), where u could be a multi-component (e.g. a vector) field: #!branch branch 1 2 11 time u p #time 3.14 #u mfield 1 2 #u0 field ... #u1 field ... #p #time 6.28 ... SEE ALSO
geo(2) rheolef-6.1 rheolef-6.1 branch(1rheolef)
All times are GMT -4. The time now is 08:13 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy