TransWikia.com

ListContourPlot and ListPlot3D return empty (white) plots when scaled

Mathematica Asked by Frieder on February 8, 2021

using Mathematica 11.1.1.0. I could not find this topic before. Look at these simple data plots:

data1:={{-0.5 * 10^6, -150, 0.599102}, {-0.5 * 10^6, 150, 
   0.599102}, {0.5 * 10^6, -150, 0.599102}, {0.5 * 10^6, 150, 0.599102}};

Now I multiply the x-values by 10 (scaling):

data2:={{-0.5 *10^7, -150, 0.599102}, {-0.5 * 10^7, 150, 
   0.599102}, {0.5 * 10^7, -150, 0.599102}, {0.5 * 10^7, 150, 0.599102}};

The commands

ListPlot3D[data1, Mesh -> All, PlotRange -> All]
ListContourPlot[data1, Mesh -> All, PlotRange -> All]

do plot just fine their trivial result. But if I scale the first coordinate by the factor 10, i.e.:

ListPlot3D[data2, Mesh -> All, PlotRange -> All]
ListContourPlot[data2, Mesh -> All, PlotRange -> All] 

they return empty plots instead of the same plots with changed axis labels. In fact it seems that this is due to the axis labels now displayed in scientific number format (a*10^b), although Ticks-> none does not help.

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP