Questions tagged [gnuplot]

`gnuplot` can create high-quality graphs and diagram for functions and data.

gnuplot is a command-driven interactive function plotting program. It can be used to plot functions and data points in both two- and three-dimensional plots in many different formats. It is designed primarily for the visual display of scientific data.

Home page: http://www.gnuplot.info/

example plot

56 questions
47
votes
3 answers

gnuplot not showing the graph window

I am using gnuplot under ubuntu 12.10. When i type in terminal : gnuplot> plot sin(x) it only shows next step: gnuplot> but it doesn't show the graph plotting windows. What can I do to find the problem?
sourav
  • 471
  • 1
  • 4
  • 3
12
votes
6 answers

How to execute commands in gnuplot using shell script?

What I want to do is write a script which first launches a program and then tells it to execute a bunch of commands and then quit. Lets go with an example. I wrote this script myscript.sh and it doesn't work the way I want it to. What it does is…
Mihir Gadgil
  • 293
  • 2
  • 4
  • 18
5
votes
1 answer

passing file from bash script to gnuplot script

I am new to gnuplot and I am troubled in passing my argument alot, now I have this simple bash script and a gnuplot script. in the bash script plot.sh I should modify my file then send it to the gnuplot script to be plotted OR I can modify my file…
yasmink
  • 51
  • 1
  • 1
  • 4
4
votes
1 answer

Error installing gnuplot: undefined reference to `luaL_checkint'

I am making an attempt to install the program gnuplot version 5.0.1 on Ubuntu 14.04. For this, I made the following steps. Steps to install Gnuplot. 1) Run 'sudo apt-get install libreadline-dev', necessary for the Lua installation to run…
Adriaan
  • 630
  • 2
  • 11
  • 23
4
votes
2 answers

"Could not connect to any X display" with gnuplot (Ubuntu for windows)

I have installed the Ubuntu extension for Windows, but I run into troubles when I want to use gnuplot... I am just trying to plot a simple data file, but I get the following error : QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to…
Barbaud Julien
  • 211
  • 1
  • 3
  • 10
4
votes
1 answer

GNUPLOT remove overlapping between xtick labels

In GnuPlot, i am setting xtics to something like this: set xtics ("AIM" 0.00000, "gtalk" 2.00000, "rtp-multicast-filetransfer" 4.00000, "sipc_music" 6.00000, "skype1" 8.00000, "skype2" 10.00000, "voip-extension" 12.00000,…
skypemesm
  • 645
  • 1
  • 8
  • 11
3
votes
2 answers

Gnuplot display on Bash on Ubuntu on Windows 10

Windows 10 Anniversary Update contains a Linux subsystem. I am in need of working in a Linux environment so I began looking into this subsystem. So far, I have been able to install all the needed applications. I successfully installed gnuplot and it…
Ptheguy
  • 141
  • 1
  • 1
  • 5
3
votes
0 answers

How to update gnuplot (4.6 to 5.0)?

I have recently installed GNU Octave 4.0.0 and today when I checked that I have gnuplot version 4.6 although I haven't installed it. I guess it was installed during the installation of Octave. However, I would like to have one of the latest versions…
ex_Windows_user
  • 101
  • 1
  • 3
  • 9
3
votes
0 answers

How to open gunplot window under ssh?

After ssh -Y [email protected], is it possible to run gnuplot and open the output picture on local machine? Here is what I get now: $ echo $TERM xterm-256color $ echo $DISPLAY $ gnuplot G N U P L O T Version 4.6 patchlevel 4 last…
wlnirvana
  • 524
  • 2
  • 6
  • 12
3
votes
0 answers

problems with gnuplot in 14.10

some of the useful terminal types (wxt or qt) do not exist. With previous versions of gnuplot and ubuntu, wxt worked well. However, Debian apparently dropped support for wxWidgets 2.8, so gnuplot no longer has an option for the wxt terminal type. …
keving
  • 31
  • 2
2
votes
1 answer

Gnuplot and Octave giving scrollbar error

The following error is occurring in both Gnuplot and Octave at the newest installation: error: invalid string constant "murrine-scrollbar", expected valid string constant I have no idea how to proceed.
2
votes
1 answer

How to convert epoch to human readable time properly in gnuplot

I have the following snippet to have a graph output via gnuplot. set datafile separator "," set title "Memory" set xlabel "Values" set ylabel "Date" set ydata time set timefmt "%H" set format y "%d/%m/%Y" set key left top set grid plot…
Elesmoth
  • 31
  • 6
2
votes
2 answers

I cant splot with , pm3d map, my data file? Gnuplot

I have a data file, (.tab with 11 columns and ~30000 lines ) and when I go on gnuplot, I write : set pm3d map splot "merged.tab" u x:y:z and says: Warning: Single isoline (scan) is not enough for a pm3d plot. Hint: Missing blank lines in the…
Billy Matlock
  • 199
  • 1
  • 8
2
votes
2 answers

How to open up a GNUPLOT file?

I've outputted a gnuplot file called out.data as a plain text file. I have downloaded and install gnuplot but I can't seem to figure out how to open it. gnuplot > plot out.data But it gives me an error undefined variable: out I have tried the…
peteubuntu
  • 433
  • 4
  • 8
  • 16
2
votes
3 answers

GNUPlot: Terminal set unknown

G N U P L O T Version 4.6 patchlevel 4 last modified 2013-10-02 Build System: Linux x86_64 Copyright (C) 1986-1993, 1998, 2004, 2007-2013 Thomas Williams, Colin Kelley and many others gnuplot home: …
Sheetal V
  • 21
  • 1
  • 1
  • 2
1
2 3 4