Sponsored Content
Full Discussion: Gnuplot script
Top Forums Shell Programming and Scripting Gnuplot script Post 302952501 by MadeInGermany on Wednesday 19th of August 2015 12:27:21 PM
Old 08-19-2015
Try
Code:
set xtics format "%H:%M" scale 2 autofreq "00:15" rotate

xtics seems to obsolete the set format x.
These 2 Users Gave Thanks to MadeInGermany For This Post:
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Help with gnuplot

Hi, I am a beginner using UNIX, and was wondering how to use gnuplot from UNIX on my pc. I am connected remotely to my work's UNIX server using Secure Shell Client, and gnuplot won't open a new window when I use the plot command. How do I do this? Moreover, is it possible to save things from the... (0 Replies)
Discussion started by: KTTFB64
0 Replies

2. AIX

Sarcheck - gnuplot 3.7.1

Good Afternoon, I'm having an issue finding the correct libX11.a fileset on my 595 running AIX 5.3.0.0. Currently I'm trying to instal Sarcheck on my nim master. The problem occurs during the GNUPLOT installation. error: failed dependencies: libX11.a(shr4.o) is needed by gnuplot-3.7.1-1... (3 Replies)
Discussion started by: vincent1117
3 Replies

3. Shell Programming and Scripting

Gnuplot shell script controlled animation

Hi, I am looking for basic shell script to feed Gnuplot with live data, to arrange basic animation. I mean one-liner one variable real function. Any idea or experiences from the past, generating Gnuplot animation on dumb terminal (ASCII only) ? Or please refer me to a nice web site. ... (7 Replies)
Discussion started by: darius2
7 Replies

4. UNIX and Linux Applications

GNUplot

Hi, I am trying to make a plot of an ASCII file using GNUplot, but I keep getting error msg: for example plot filename.txt It says that (.txt ) is not identified ... I tried to write it without the .txt part, but I also get the error msg. Any idea why? :confused: (1 Reply)
Discussion started by: cosmologist
1 Replies

5. UNIX and Linux Applications

gnuplot limitations

I'm running a simulation (programmed in C) which makes calls to gnuplot periodically to plot data I have stored. First I open a pipe to gnuplot and set it to multiplot: FILE * pipe = popen("gnuplot", "w"); fprintf(pipe, "set multiplot\n"); fflush(pipe); (this pipe stays open until the... (0 Replies)
Discussion started by: sedavidw
0 Replies

6. Shell Programming and Scripting

Passing gnuplot variables to shell script

Hi, I need to pass a gnuplot value to a shell script. I have a main shell script (Main.sh) that has a bunch of gnuplot commands. Main.sh calls another gnuplot script (Child.gnu). A part of the code in Child.gnu is as follows: sp '</data/src/scripts/results/plot_data.sh $col' u (A):2:3 w pm3d... (8 Replies)
Discussion started by: annazpereira
8 Replies

7. Shell Programming and Scripting

Using variables in gnuplot within a shell script

Hi everybody, please help me with this problem Suppose I have a script like this to run commands of gnuplot. #!/bin/sh lib=$1 old="output/old/$lib.dat" new="output/new/$lib.dat" gnuplot << EOF set logscale x set logscale y set size square set grid set pointsize 1 plot "< paste $old... (5 Replies)
Discussion started by: Dark2Bright
5 Replies

8. Shell Programming and Scripting

Gnuplot question

Hi! Let's say I have these two columns in file.txt 0 1 1 5 2 10 3 15 4 20 5 25 in gnuplot, i would plot usingplot 'file.txt' u 1:2 If I wanted to add a label to the y-axis I would useset label "Ef" at 0.0,7.0 However, I want the label Ef to be on the otherside of the y-axis. Not... (0 Replies)
Discussion started by: sidiq1983
0 Replies

9. Shell Programming and Scripting

Gnuplot 3d binning

Hello I have a text file with tens of thousands of rows The format is x y where both x and y can be anything between -100 and +100. What I would like to do is have a 3d gnuplot where there are 10,000 squared or bins and each bin will count how many rows have a value that would be... (1 Reply)
Discussion started by: garethsays
1 Replies
PRBOOM-GAME-SERVER(6)						   Games Manual 					     PRBOOM-GAME-SERVER(6)

NAME
prboom-game-server - Server for network games of PrBoom. SYNOPSIS
prboom-game-server [ -adfnrv ] [ -e epis ] [ -l level ] [ -t ticdup ] [ -x xtics ] [ -p port ] [ -s skill ] [ -N players ] [ -c conffile- name ] [ -w wadname[,dl_url ]] DESCRIPTION
PrBoom is a version of the 3D shoot'em'up Doom, originally by id software. It includes, amongst other things, the ability to play with several players connected by a tcp/ip network. prboom-game-server is the `server', that is the program that passes data between the differ- ent players in the game. To start a network game (often abbreviated to `netgame'), first the server is started. prboom-game-server accepts various parameters to control the type of game (the skill level, number of players, level to play, optional WAD file(s) to load, etc). Then each player that wishes to participate runs prboom -net hostname, where hostname is the name of the machine on which the server is running. Each copy of prboom retrieves information about the game from the server, and when the specified number of players have joined, the game begins. Options -N players Specifies the number of players in the game (default 2). The server will wait for this many players to join before starting the game. -e epis The episode to play (default 1). Unless you are playing Doom 1 or Ultimate Doom, and wish to play one of the later episodes, you do not need to change this. -l level The level to play (default 1). -s skill Specify the skill level to play (1-5). -d Set game mode to (old) deathmatch (default is cooperative). See the original Doom docs for information about the different network game modes. -a Set game mode to `altdeath' (v2 deathmatch) (default is cooperative). See the original Doom docs for information about the different network game modes. -f Select fast mode (monsters move faster). -n Selects nomonsters mode, i.e. there are no monsters in the game. -r Respawn mode. If you don't know what this is, you don't want to ;-). -c conffilename Specifies a configuration file to read which sets parameters for the game. This is in the same format as the PrBoom configuration file (in fact, you can ask it to read your normal PrBoom configuration file if you want). Only certain settings are acknowledged: default_skill, default_compatibility_level, the compatibility options and some of the game settings (use -v to have the server print the options as it recognises them). -w wadname[,dl_url] Specifies a WAD file to play. This is added to the internal list that the server keeps. When a client connects, the server sends the list of WADs; PrBoom will then add this to the list of WADs specified on its command line. Optionally, an url to the file can be given too; if when PrBoom connects it cannot find the named WAD, it will attempt to retrieve the file from the given url, extracting it if necessary. See prboom(1) for information about the supported url types and compression formats. -t ticdup Reserved. -x xtics This causes extra information to be sent with each network packet; this will help on networks with high packet loss, but will use more bandwidth. -p port Tells prboom-game-server what port number to communicate via (default 5030). Note that if you change this from the default, then all the clients will also need to specify this number when they try to connect (the default programmed into prboom is also 5030). -v Increases verbosity level; causes more diagnostics to be printed, the more times -v is specified. More Information prboom(6), boom.cfg(5) For more information, see the README that came with PrBoom. Doom is a registered trademark of id software (http://www.idsoftware.com/). Author See the file AUTHORS included with the PrBoom distribution. This man page was written by Colin Phipps (cph@moria.org.uk). local PRBOOM-GAME-SERVER(6)
All times are GMT -4. The time now is 11:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy