Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #2065 > unrolled thread
| Started by | panchankos <louiea@gmail.com> |
|---|---|
| First post | 2011-01-28 07:45 -0800 |
| Last post | 2011-01-31 06:55 -0800 |
| Articles | 3 — 2 participants |
Back to article view | Back to comp.graphics.apps.gnuplot
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: arrows plotted outside of graph panchankos <louiea@gmail.com> - 2011-01-28 07:45 -0800
Re: arrows plotted outside of graph sfeam <sfeam@users.sourceforge.net> - 2011-01-30 10:14 -0800
Re: arrows plotted outside of graph panchankos <louiea@gmail.com> - 2011-01-31 06:55 -0800
| From | panchankos <louiea@gmail.com> |
|---|---|
| Date | 2011-01-28 07:45 -0800 |
| Subject | Re: arrows plotted outside of graph |
| Message-ID | <380e78b4-c364-43c0-a98f-790e9e298f10@i39g2000prd.googlegroups.com> |
Last question: Is there any possible way to clip labels to the plot? ie, not show labels that are positioned outside the plot area? thanks
[toc] | [next] | [standalone]
| From | sfeam <sfeam@users.sourceforge.net> |
|---|---|
| Date | 2011-01-30 10:14 -0800 |
| Message-ID | <ii49ql$1jp$1@news.eternal-september.org> |
| In reply to | #2065 |
panchankos wrote: > Last question: > > Is there any possible way to clip labels to the plot? ie, not show > labels that are positioned outside the plot area? Same answer: plot ... with labels But the clipping is only applied to the anchor point of the label. I.e., the label is either printed or not printed, it is not truncated part-way through because it extends beyond the limit of the plot area.
[toc] | [prev] | [next] | [standalone]
| From | panchankos <louiea@gmail.com> |
|---|---|
| Date | 2011-01-31 06:55 -0800 |
| Message-ID | <222b3b98-5a52-4250-845b-c846faa30704@m16g2000prc.googlegroups.com> |
| In reply to | #2084 |
On Jan 30, 1:14 pm, sfeam <sf...@users.sourceforge.net> wrote: > Same answer: plot ... with labels > > But the clipping is only applied to the anchor point of the label. > I.e., the label is either printed or not printed, it is not > truncated part-way through because it extends beyond the limit > of the plot area. Thanks, I want to specify the label position at a specifc y coord, and on the right side of the graph, so I was using "label at graph 0.9, first [y- value]" "plot with ... labels" puts a label at the x,y coord. If the number of points on my plot is variable, the x-position of the label will vary when i plot with different sets of data. To solve this problem I was able to use the built-in variable GPVAL_X_MAX and offset from there.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.graphics.apps.gnuplot
csiph-web