Group Abstract Group Abstract

Message Boards Message Boards

0
|
8.7K Views
|
15 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Avoid trouble using GridLines->Automatic?

Posted 7 years ago
Attachments:
POSTED BY: Sophia Nasr
15 Replies

Has anyone found a solution to this? This exact problem recently appeared for me as well. Even the very simple code below now throws an error on Mathematica 11.3

enter image description here

POSTED BY: Jonathan Tallant

on windows 10 with Mathematica 11.3 It seems to run fine with the same options you are using. Perhaps you could attach a notebook?

ListLogLogPlot[{Table[{n Log[n], Prime[n]}, {n, 1, 20}], 
  Table[{n Log[n + 1], Prime[n]}, {n, 20}]}, Joined -> True, 
 Filling -> {1 -> {2}}, PlotStyle -> Blue, Frame -> True, 
 FrameLabel -> {"x", "y"}, GridLines -> Automatic, 
 PlotLabel -> "TEST", ImageSize -> Large]

enter image description here

POSTED BY: l van Veen
Posted 7 years ago

Update: Here's something really strange; I opened my notebook in Mathematica 11.2 and the plots work fine! It's only 11.3 that has a problem, and the problem is new, so maybe there's something wrong with the installation? Perhaps I should reinstall it?

POSTED BY: Sophia Nasr

Hi Sofia. Can you check the date of the last Windows update? It's possible that this problem occurs from the last Windows update.

Posted 7 years ago

Hi Alexander, there was an update that was pretty recent. Why would a Windows update cause Mathematica to do strange things though?

POSTED BY: Sophia Nasr

Perhaps you could post the code (or a part) that other people can use to see if they can find a solution/workaround?

POSTED BY: l van Veen
Posted 7 years ago
POSTED BY: Sophia Nasr

I had a similar problem on all versions of Mathematica with Windows update. Some programs from the block of graphics and visualization looks like corrupt after updating Windows. The reinstallation of Mathematica does not help.

If you remove command: GridLines -> Automatic from ListLogLogPlot Plot is ok?

POSTED BY: Mariusz Iwaniuk
Posted 7 years ago

Hi Mariusz, when I remove GridLines altogether, the plot is created without errors, however the spacing on the axes don't show, and a plot doesn't mean anything if I don't know what value it corresponds to. This is also new, this didn't happen before.

POSTED BY: Sophia Nasr

Probably data input to ListLogLogPlot is incorrect.

POSTED BY: Mariusz Iwaniuk
Posted 7 years ago

This is the same data input I used when it was working though, so I think it has to be something else.

POSTED BY: Sophia Nasr

In my opinion the problem is Windows update on Windows 10.

I using now Windows 8.1(and I'm not going to install Windows 10 never) and my Windows update it's off. My Mathematica works fine and for 3 years I did not have problems like you.

Regards,MI

POSTED BY: Mariusz Iwaniuk

Please report the Mathematica version from $Version.

Posted 7 years ago

Hi Alexander, I'm using 11.3. From $Version: "11.3.0 for Microsoft Windows (64-bit) (March 7, 2018)"

POSTED BY: Sophia Nasr
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard