Line and Text in Graphics
- To: mathgroup at smc.vnet.net
- Subject: [mg34862] Line and Text in Graphics
- From: aes <siegman at stanford.edu>
- Date: Tue, 11 Jun 2002 05:00:26 -0400 (EDT)
- Organization: Stanford University
- Sender: owner-wri-mathgroup at wolfram.com
Confusing inconsistencies in syntax make Mathematica (or any other
software program) hard to use.
For example, I can say
Graphics[ { Thickness[--], Dashing[--], Line[--], Line[--] } ]
So why can't I say
Graphics[ { FontWeight[--], FontSize[--], Text[--], Text[--] } ]
or something akin to this?