how avoid clipping labels with Combinatorica`ShowGraph?
- To: mathgroup at smc.vnet.net
- Subject: [mg87001] how avoid clipping labels with Combinatorica`ShowGraph?
- From: Murray Eisenberg <murray at math.umass.edu>
- Date: Fri, 28 Mar 2008 03:18:15 -0500 (EST)
- Organization: Mathematics & Statistics, Univ. of Mass./Amherst
- Reply-to: murray at math.umass.edu
How do I avoid non-default sized vertex or edge labels from being
clipped in a display created with Combinatorica's ShowGraph?
For example:
g=Cycle[6];
ShowGraph[g,
VertexLabel -> Characters["b,a,f,e,d,c"],
BaseStyle -> {FontSize -> 18}]
ShowGraph[g, VertexLabel ->
(Style[#, FontSize -> 18] &) /@ Characters["b,a,f,e,d,c"]]
In both cases, the enlarged vertex labels are clipped. How can I avoid
that?
--
Murray Eisenberg murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower phone 413 549-1020 (H)
University of Massachusetts 413 545-2859 (W)
710 North Pleasant Street fax 413 545-1801
Amherst, MA 01003-9305