MathGroup Archive 1996

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

Search the Archive

Text & Graphics

  • To: mathgroup at smc.vnet.net
  • Subject: [mg5046] Text & Graphics
  • From: F Renard <renard at limeil.cea.fr>
  • Date: Wed, 23 Oct 1996 01:38:10 -0400
  • Sender: owner-wri-mathgroup at wolfram.com

I'm trying to plot a Table of Text,
but it doesn't work when the Table becomes too large:

This is an simplified exemple:

In[1]:= Show[Graphics[Table[Text[ToString[i*j],{i,j}], {i,10}, {j,24}]]]

Out[1]= -Graphics-

---> with j=24, it works, but if j>24:

In[2]:= Show[Graphics[Table[Text[ToString[i*j],{i,j}], {i,10}, {j,25}]]]

Out[2]= -Graphics-

In[3]:= %%[ Error: stackoverflow; OffendingCommand: Msboxa ]%%


How to avoid that problem ?


If I try to modify the font, it's the same:

In[4]:= Show[Graphics[Table[Text[ToString[i*j],{i,j}], {i,10}, {j,25}],

Out[4]= -Graphics-

In[5]:= %%[ Error: stackoverflow; OffendingCommand: Msboxa ]%%


Thank you

-- 
Francois RENARD
CEA Limeil-Valenton
94195 Villeneuve St Georges cedex
renard at limeil.cea.fr


  • Prev by Date: Save As Special In MMA 3.0
  • Next by Date: Re: programming comptition II
  • Previous by thread: Save As Special In MMA 3.0
  • Next by thread: Re: programming comptition II