|
From: goffart <Kla...@we...> - 2008-05-30 06:13:24
|
Hi, I'm trying to plot two sets of data into a histogram. The fist set has values between 0 to 100, the second set has values between -100 to +100. Each set has its own axis, the x1y1 and x1y2 axis. Autoscale scales the axis independent, but I need the origin of both axis to be coupled. This means the zero on the left should be on the same hight as the zero on the right. Otherwise, the bars of the histogram start at different hight. I can achieve that by plotting the data using just one axis, but extremly small values in one data set and great values in the other one lead to inacceptable results. Is there a way to achieve what I want? BR, goffart -- View this message in context: http://www.nabble.com/autoscale-in-x1y1-and-x1y2-axis-tp17542371p17542371.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |