From: <ai...@us...> - 2010-09-28 02:40:43
|
Revision: 11225 http://plplot.svn.sourceforge.net/plplot/?rev=11225&view=rev Author: airwin Date: 2010-09-28 02:40:37 +0000 (Tue, 28 Sep 2010) Log Message: ----------- Use text_justification pllegend capability to improve looks of legend. Modified Paths: -------------- trunk/examples/c/x04c.c Modified: trunk/examples/c/x04c.c =================================================================== --- trunk/examples/c/x04c.c 2010-09-28 02:39:40 UTC (rev 11224) +++ trunk/examples/c/x04c.c 2010-09-28 02:40:37 UTC (rev 11225) @@ -150,7 +150,7 @@ 0.57, 0.85, 15, opt_array, nlegend, 1.0, 1.0, 2.0, - 0., text_colors, text, + 1., text_colors, text, line_colors, line_styles, line_widths, nsymbols, symbol_colors, symbol_scales, symbols, cmap0_colors, cmap1_colors, cmap_patterns, cmap_scales ); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |