LogLogPlot and AxesOrigin at {0,0}
- To: mathgroup at smc.vnet.net
- Subject: [mg103811] LogLogPlot and AxesOrigin at {0,0}
- From: Benjamin Hell <hell at exoneon.de>
- Date: Wed, 7 Oct 2009 07:02:36 -0400 (EDT)
Hi, I'm using LogLogPlot and I would like to have the the axes of the plot crossing at {0,0}. This is just for viewing purposes and I'm aware of the fact, that Log[0] = -infinity, so there won't be any Point to Plot at {0,y} or {x,0}. The problem now is, that I can't specifiy AxesOrigin at the point {0,0}, which would correspond to {-infinity,-infinity}. Any suggestions on how to do that? Thanks in advance