Re: How to substitute decimal dot with decimal comma in
- To: mathgroup at smc.vnet.net
- Subject: [mg130851] Re: How to substitute decimal dot with decimal comma in
- From: Bob Hanlon <hanlonr357 at gmail.com>
- Date: Tue, 21 May 2013 00:03:32 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-outx@smc.vnet.net
- Delivered-to: mathgroup-newsendx@smc.vnet.net
- References: <20130520090512.F3FE469E8@smc.vnet.net>
Mathematica | Preferences... | Appearance | Numbers | Formatting | Enable
automatic number formatting: checked; Decimal Point Character: Comma
$Version
"9.0 for Mac OS X x86 (64-bit) (January 24, 2013)"
Note that the inputs shown below are shown as InputForm; if the cells are
either StandardForm or TraditionalForm, the periods display as commas.
Plot[x^2, {x, 0.001, 0.1}]
LogPlot[x^2, {x, 0.001, 0.1}]
However, x axis number formatting fails in LogLogPlot (note that this also
fails for LogLogPlot using Mathematica 8.0.4.0 on my Mac).
LogLogPlot[x^2, {x, 0.001, 0.1}]
On Mon, May 20, 2013 at 5:05 AM, Igor A. Kotelnikov <
igor.kotelnikov at gmail.com> wrote:
> Is it possible to substitute decimal dots by decimal commas on Plot axes?
> I need to make that substitution in all routines (Plot, LogPlot,
> LogLogPlot, e.t.c.) at ones since in my native language decimal comma is
> used instead of decimal dot as it is in English.
>
>
- References:
- How to substitute decimal dot with decimal comma in Plot ticks?
- From: "Igor A. Kotelnikov" <igor.kotelnikov@gmail.com>
- How to substitute decimal dot with decimal comma in Plot ticks?