Mixing graphics and text
- To: mathgroup at smc.vnet.net
- Subject: [mg86802] Mixing graphics and text
- From: Yaroslav Bulatov <yaroslavvb at gmail.com>
- Date: Fri, 21 Mar 2008 01:55:06 -0500 (EST)
What is the easiest way to get an "equation" like the one below, but with "+" and "=" symbols being about 6 times larger? graphs = GraphData[]; n = 3; Riffle[GraphData /@ graphs[[2 ;; 1 + n]], Table["+", {n - 1}]]~ Join~{"=", GraphData[graphs // First]} // Row
- Follow-Ups:
- Re: Mixing graphics and text
- From: Curtis Osterhoudt <cfo@lanl.gov>
- Re: Mixing graphics and text