With plot labels axes disappear. Why?
- To: mathgroup at smc.vnet.net
- Subject: [mg22006] With plot labels axes disappear. Why?
- From: roelb at club-internet.fr (bruno roel)
- Date: Thu, 10 Feb 2000 02:25:48 -0500 (EST)
- Organization: Guest of ProXad - France
- Sender: owner-wri-mathgroup at wolfram.com
Hello everyone, This plot works perfectly: Plot[ Sin[x]/x, { x, 0, 10 } ]; However, with: Plot[ Sin[x]/x, { x, 0, 10 }, PlotLabel -> "xxx" ]; axes and associated ticks dissapear. (idem with option axeslabel, frame,.....) Could you be nice and explain me why? It previously worked nicely. I tried to reset preferences by maintaining SHIFT + OPTION keys pressed at start-up, without effect. I tried some graphics options without finding the right one. My computer is a starmax 4000 (604e 200MHz) with mac os9 (same problem occured whith mac 0s 7.6.1). Thanks. Bruno.