Top "Gnuplot" questions

Gnuplot is a portable command-line driven graphing utility for linux, OS/2, MS Windows, OSX, VMS, and many other platforms.

Gnuplot: how to add y2 axis scale for different units

I'm plotting data from a file. The data points are in metric units. I want to show a second scale …

gnuplot
gnuplot legend overlaps graph

Essentially, the problem that I am experiencing is that the legend overlaps the gnuplot graph that I am trying to …

graph gnuplot
gnuplot with errorbars plotting

The data in my "file.txt" file are as in the following (sample row shown) 31 1772911000 6789494.2537881 Note that the second column …

plot gnuplot
gnuplot vs Matplotlib

I've started on a project graphing Tomcat logs using gnuplot-py, specifically correlating particular requests with memory allocation and garbage collection. …

python logging matplotlib gnuplot graphing
gnuplot conditional plotting: plot col A:col B if col C == x

How can I do this in gnuplot: plot "test.csv" using 1:2 if value_in_column_3 == 80.0 It should only select those …

gnuplot
How to plot several datasets with titles from one file in Gnuplot?

Assuming I have a file that looks like this: "p = 0.1" 1 1 3 3 4 1 "p = 0.2" 1 3 2 2 5 2 Is it possible to make Gnuplot plot these two …

gnuplot
Good plotting library for C?

My question is very similar in spirit to this question: What is the best plotting library for Python? What is …

c plot gnuplot
gnuplot: how to use a*(10^b) format on axis

I am using really big numbers (milions) on my x-axis, so when I use set format x %6.0f I got …

axis scale gnuplot
Short guide how to use gnuplot with python?

I'm trying to draw a graph in Python, using Gnuplot. I have a hard time finding any guide/tutorials how …

python python-3.x gnuplot
Calling gnuplot from python

I've a python script that after some computing will generate two data files formatted as gnuplot input. How do I …

python gnuplot