0
votes
0answers
3 views
Treat axis as date/time (epoch)
I'm generating a graph with gnuplot of activity over the last twenty four hours, but the time axis looks really bad because it's trying to fit the long number for every five minute …
0
votes
1answer
31 views
Plotting Histogram: How can I do it from scratch using data stored in a database?
I have some data stored in a database like this:
TableName: faults
Table:
+------------+--------------+
| fault_type | total |
+------------+--------------+
| 1 | …
0
votes
1answer
34 views
octave + gnuplot + os x 10.6 : nothing happens
On my first-gen Macbook Pro, with OS X 10.6.1, I can launch gnuplot and get a plot, after I set the terminal to x11, with a command like
plot [-6:6] sin(x).
But when I launch oc …
1
vote
2answers
34 views
Gnuplot Cumulative Column Question
I have some data.
#Time Distance
1 3
2 5
4 9
8 11
12 17
14 20
16 34
20 40
I want to plot the cumulative distance wrt time in gnuplot ... (it should be easy) but …
0
votes
0answers
12 views
Direct 2D gnuplot PNG animation?
Can anyone please confirm that yes/no Gnuplot 4.5 (on CVS) can output 2D animated PNG files? I have numerous datasets but one line that I'd like to show iteratively in 3 different …
0
votes
1answer
15 views
Plotting relative to a fixed data element
I have the following datafile:
x y
1 50.583
2 27.842
3 19.156
4 15.491
6 9.779
8 8.584 …
0
votes
0answers
64 views
How to divide an equilateral triangle into three equal parts using GNUplot.
Hi,
I am using GNUplot to plot my data into barycentric equilateral triangle. The problem is that, I have to draw three lines from the center of the triangle to the three sides of …
0
votes
1answer
55 views
How to make an equilateral triangle using GNUplot?
Hi,
I'm trying to plot my data into two-dimensional barycentric equilateral triangle using GNUplot.
I'm using the following commands:
unset border
unset xtics
unset ytics
set a …
0
votes
1answer
83 views
Graph in C++ using gnuPlot
Hi All,
I am using gnuPlot library for printing a graph in C++ code. Its printing graph fine, but its printing only in blue color. Does somebody know how can I change the colors?
…
0
votes
4answers
268 views
Gnuplot problem when using python
Hi,
I am just about to find out how python and gnuplot work together. On
http://wiki.aims.ac.za/mediawiki/index.php/Python:Gnuplot_module
I found an introduction and I wanted t …
0
votes
1answer
69 views
Drawing a complex function with GNU Plot
Hello,
I am working in a research laboratory and my tutor asked me to draw the langerman statistic function with GNUPlot.
Hi gave me this code, that should be able to generate th …
0
votes
0answers
171 views
Set Axis Tick Labels in gnuplot
My input to gnuplot looks something like this:
1:00am 1 10
1:00am 30 12
1:01am 60 18
1:01am 90 20
1:02am 120 21
...
The first column contains (what …
0
votes
4answers
176 views
Getting the value of a specific element from a different row in gnuplot
Using gnuplot 4.2, is it possible to obtain the value of a specific column/row and use that value somehow?
For example, let's say my datafile contains the following
#1 2
7 13
5 …
0
votes
1answer
93 views
gnuplot: display only the roots.
Hi,
Gnuplot, a great package ... I'm in love with it. But we can have our tiffs as well, as any couple :-)
This time, I wanted to simply plot the roots of an equation: say a quadr …
0
votes
1answer
165 views
How do I access various true type fonts through gnuplot with png terminal?
Hello, I am trying to output a png image with an arial size 14 font. I use mac OS X 10.6 and did not build GNUPLOT myself. I got the program from a website called High Performanc …
