Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3937
| Newsgroups | comp.graphics.apps.gnuplot |
|---|---|
| Date | 2018-04-05 21:35 -0700 |
| References | <1e2d51e5-b5e0-4de5-acf6-376c5492e5eb@googlegroups.com> <pa5711$th4$1@dont-email.me> |
| Message-ID | <7367d0ce-f8ca-40fc-8422-ce3ec8211267@googlegroups.com> (permalink) |
| Subject | Re: have different border color at same time: like y1 blue and y2 red |
| From | Mohammad Rahmani <mohammad.rahmani@gmail.com> |
On Thursday, April 5, 2018 at 5:36:43 PM UTC+4:30, Chris Elvidge wrote: > On 05/04/2018 13:03, Mohammad Rahmani wrote: > > Is there any way to set differnt color for x1y1 and x2y2 or even have each border line with different color at the same time? > > > > I want to draw somethinkg like this > > > > plot x*sin(x) axes x1y1, 100*x*x axes x2y2 > > where x1y1 are blue and x2y2 are red! > > > > "sfeam" suggests here: > > https://groups.google.com/forum/#!topic/comp.graphics.apps.gnuplot/mnRsmo3w_gI > > > that you draw a line over the axis with: > > set arrow N nohead front from graph 1, graph 0 to graph 1, graph 1 lc > rgb "red" > > for y2 axis. (graph 0, graph 0 to graph 0, graph 1 for y1?) > > -- > > Chris Elvidge, England Thank you Chris! Seems gnuplot does not have a ready to use command to change the color of each axis separately!
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Find similar
have different border color at same time: like y1 blue and y2 red Mohammad Rahmani <mohammad.rahmani@gmail.com> - 2018-04-05 05:03 -0700
Re: have different border color at same time: like y1 blue and y2 red Chris Elvidge <chris@mshome.net> - 2018-04-05 14:06 +0100
Re: have different border color at same time: like y1 blue and y2 red Mohammad Rahmani <mohammad.rahmani@gmail.com> - 2018-04-05 21:35 -0700
csiph-web