MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: Re: Compiled function slowdown
  • Next by Date: Mixing immediate assignment and delayed assignment
  • Previous by thread: Variable Order Markov Models in Mathematica
  • Next by thread: Re: Mixing graphics and text