In a contour plot having numeric values displayed next to the contours, is it possible to modify these numeric values so that they are bolded, enlarged, and/or placed differently? Much thanks in advance, David Paul, Ph.D. Battelle Memorial Institute 614.424.3176
Contour plot question
3 messages · Paul, David A, Duncan Murdoch, Uwe Ligges
On Fri, 06 Jun 2003 09:38:40 -0400, you wrote in message <940250A9EB37A24CBE28D858EF077749136DE1 at ws-bco-mse3.milky-way.battelle.org>:
In a contour plot having numeric values displayed next to the contours, is it possible to modify these numeric values so that they are bolded, enlarged, and/or placed differently?
See the ?contour.default help: vfont can change the font (but it uses Hershey fonts, you might not like those); labcex changes the size. I didn't notice an argument to affect placement. Duncan Murdoch
Duncan Murdoch wrote:
On Fri, 06 Jun 2003 09:38:40 -0400, you wrote in message <940250A9EB37A24CBE28D858EF077749136DE1 at ws-bco-mse3.milky-way.battelle.org>:
In a contour plot having numeric values displayed next to the contours, is it possible to modify these numeric values so that they are bolded, enlarged, and/or placed differently?
See the ?contour.default help: vfont can change the font (but it uses Hershey fonts, you might not like those); labcex changes the size. I didn't notice an argument to affect placement. Duncan Murdoch
?contour says: <<method - character string specifying where the labels will be located. Possible values are "simple", "edge" and "flattest" (the default). See the Details section.>> Uwe Ligges