|
From: Hans-Bernhard B. <HBB...@t-...> - 2008-07-23 18:47:19
|
Suman Dhayal wrote: > But right now, I am need to combine two plots > together whose x-coordinate scale factor is the same but not the > y-coordinate. I used the multiplot command to do this Multiplot is almost never the right technique for that kind of job. Secondary y axes would be a lot easier to use. > and since I needed to change the font also for some labels and > titles, I used the enhanced terminal type. Nitpick: "enhanced" is not a terminal type. It's a common terminal option. What actually was your terminal type? > not use the terminal type "enhanced", the "~" label works but when I > use it along with this terminal, Read "help enhanced" again, slowly. Find the '~' and learn what you just did, and how not to do it. |