|
From: Lars H. <la...@ho...> - 2007-04-24 16:26:40
|
> Unfortunately, symbols of expression (y) values that are > very close overlap, thus, obscuring each other. It would > be better to plot it like in the graph given here: > http://www.graphpad.com/faq/viewfaq.cfm?faq=145 > > Can that be done in gnuplot as well? Maybe using an 'if' > command? Note: There are too many values to do it > manually, I'm afraid. Hi Adrian, the graph example you give uses equal piont types and sizes for all datapoints, which is the most reader-friendly way to handle the problem. gnuplot offers as well several point symbols as almoust free chosen size of these symbols (depends from the abilities of the terminal type). Maybe you'd like to consult the fine manual on these topis: help pointsize help style help set style HTH Lars |