0
votes
0answers
148 views

Cant change line color in histogram using gnuplot

Im generating histograms using gnuplot which works pretty well, but I can't change the color of the bars (anymore). They just ignore the values I set and use the default values. I'm using this ...
0
votes
1answer
40 views

How do I limit the x and y value of a 3-d graph on gnuplot to be only integer values?

OK so I have plotted a 3-d graph z = x-y*15/36 on gnuplot but I am trying to find points on this function where both the x and y values are integers I am aware that conditions can be set with the ...
2
votes
2answers
804 views

Graphing routines in Tcl/Tk

I want to do simple graphing routines in Tcl/Tk like scatter plot, x-y plot, histograms. I am using Tcl/Tk 8.5.7. I found in Tcler's wiki that there are few options such as BLT which is not supported ...
1
vote
1answer
1k views

Mean Line in GNUPlot

I'm trying to get the average response time in my graph of apache requests and response times. Sample data: 11/May/2011:17:34:55 2 11/May/2011:17:34:56 38 11/May/2011:17:34:56 2 ...
4
votes
3answers
8k 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 minutes in the last day. ...
0
votes
1answer
228 views

Learning qplot (gnuplot)

What is a good resource for learning qplot? Or even what is a good qplot reference?
36
votes
5answers
13k views

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. What is the collective wisdom on ...