]> granicus.if.org Git - graphviz/commitdiff
Add tag for Brewer colors
authorerg <devnull@localhost>
Tue, 25 Aug 2009 16:27:46 +0000 (16:27 +0000)
committererg <devnull@localhost>
Tue, 25 Aug 2009 16:27:46 +0000 (16:27 +0000)
doc/info/attrs.html
doc/info/colors.html
doc/infosrc/Makefile.old
doc/infosrc/types

index 3704f8e983c535e75e86d1c4e34aa861c6d2b069..046092671b5b51053bd68604724ea177672276b4 100644 (file)
@@ -1775,7 +1775,7 @@ the given types.
   Thus, the forms <TT>"yyyy"</TT> and <TT>"//yyyy"</TT> are
   equivalent.
   <P>At present, Graphviz recognizes the default color scheme <TT>X11</TT>,
-  and the <A HREF="http://www.personal.psu.edu/faculty/c/a/cab38/ColorBrewer/ColorBrewer_intro.html">Brewer color schemes</A>. Please note that Brewer
+  and the <A HREF="colors.html#brewer">Brewer color schemes</A> (cf. <A HREF="http://www.personal.psu.edu/faculty/c/a/cab38/ColorBrewer/ColorBrewer_intro.html">ColorBrewer</A>). Please note that Brewer
   color schemes are covered by this <A HREF=colors.html#brewer_license>license</A>.
   <P>
   Examples:<BR>
index 7db68e1d0f30d109ddf625f5c5757996a99de81a..ae0fa96a9f449c0075c057ecbeb55b35c4ae73f3 100644 (file)
@@ -931,6 +931,7 @@ X11 color scheme<BR>
 <td bgcolor=#8b8b00><a title=#8b8b00>yellow4</a></td>
 <td bgcolor=#9acd32><a title=#9acd32>yellowgreen</a></td>
 </table><HR>
+<H2><A NAME="brewer">Brewer color schemes</A></H1>
 accent3 color scheme<BR>
 <table border=1 align=center>
 <tr align=center>
index 2fc23032ee0197fa6add89682b645eb854d4e81a..d58a43b2b61e7fbcefb0e5c3b6a770ac938d0301 100644 (file)
@@ -99,6 +99,7 @@ colors.html : colors.1 colors.n X11 brewer_colors mkcolors.awk brewer.awk
        awk -f brewer.awk brewer_colors
        cat colors.1 > colors.html
        awk -f mkcolors.awk X11 >> colors.html
+       echo '<H2><A NAME="brewer">Brewer color schemes</A></H1>' >> colors.html
        (for f in $$(cat brewerlist); do awk -f mkcolors.awk -s colortmp/$$f >> colors.html; done)
        cat colors.n >> colors.html
        rm -rf colortmp
index 88c8348c9f3683adb28d87fdb85017abe66a00d8..54b1cbc4e45e643557995fa26d8090fe317e9f76 100644 (file)
@@ -73,7 +73,7 @@ form <TT>"//yyyy"</TT>, the <TT>colorscheme</TT> attribute is used.
 Thus, the forms <TT>"yyyy"</TT> and <TT>"//yyyy"</TT> are
 equivalent.
 <P>At present, Graphviz recognizes the default color scheme <TT>X11</TT>,
-and the <A HREF="http://www.personal.psu.edu/faculty/c/a/cab38/ColorBrewer/ColorBrewer_intro.html">Brewer color schemes</A>. Please note that Brewer
+and the <A HREF="colors.html#brewer">Brewer color schemes</A> (cf. <A HREF="http://www.personal.psu.edu/faculty/c/a/cab38/ColorBrewer/ColorBrewer_intro.html">ColorBrewer</A>). Please note that Brewer
 color schemes are covered by this <A HREF=colors.html#brewer_license>license</A>.
 <P>
 Examples:<BR>