|
From: Ethan A M. <eam...@gm...> - 2017-07-22 23:42:55
|
On Saturday, 22 July 2017 23:20:19 Omamuyovwi Akemu via gnuplot-info wrote: > Many many thanks Sir Ethan A Merritt. > I sincerely appreciate your prompt response. I now have the solution to my questions. Thank you Sir.However, I will appreciate any clue that can help me add colours to the several planes (x-y plane, x-z plane and x-y plane> There is no easy way to do that in gnuplot. > Secondly, I also desire to fill the area below the line in the 3D plot but don't know. It depends which gnuplot version you are using. This demo shows two different methods http://gnuplot.sourceforge.net/demo_5.2/fenceplot.html The first method (top plot) can be used with older gnuplot versions. The second method (bottom plot) is much easier but it requires version 5.2 which at the moment is only available as a release candidate. Here is another demo using the new method: http://gnuplot.sourceforge.net/demo_cvs/zerror.html Ethan |