mathematica 5.0 plot crashes
- To: mathgroup at smc.vnet.net
- Subject: [mg47663] mathematica 5.0 plot crashes
- From: Marcel Mohr <marcel at physik.tu-berlin.de>
- Date: Wed, 21 Apr 2004 05:23:02 -0400 (EDT)
- Organization: Technical University Berlin, Germany
- Sender: owner-wri-mathgroup at wolfram.com
hello
my problem with mathematica 5.0 on a Suse Linux 9.0 (kernel 2.4.21) is
that it isn't able to plot exponential numbers in the axis.
E.g. the command
Plot[x,{x,0,10^10}]
crashes mathematica and the only way from stopping it,
is the kill command.
If I do the command
Plot[x,{x,0,10^10},Axes->False]
it shows the plot.
I've read about a patch, but don't know where to find.
Regards Marcel