|
From: Hans-Bernhard B. <HBB...@t-...> - 2016-07-28 17:39:05
|
Am 28.07.2016 um 11:03 schrieb Robert von Knobloch: > Using multiplot, I would like to be able to align the temperature with > the date/time of the data, so that the correlation between temp and data > can be easily viewed. You really should _not_ be using multiplot for that. Just plot both data sets in a single 'plot' command, and you'll be done with it. I keep wondering how so many people arrive at the belief that they should be using multiplot for so many jobs it's the completely wrong tool for. Is the concept of plot 'file1', 'file2' really that hard to pick up from the documentation and demos? |