6

Bug introduced in 10.4 and fixed in 11.0.1


As noticed by Alexei Boulbitch, below one of my answers, there appears to be an unexpected issue with VertexLabels in JournalArticle stylesheet:

SetOptions[EvaluationNotebook[], 
 StyleDefinitions -> FileName[{"Article"}, "JournalArticle.nb"]]

GridGraph[{10, 10}, VertexLabels -> None]

enter image description here

Vertex labels appear despite the explicit VertexLabels -> None option.

When/where are those labels settings overwritten? Should I expect that?

Szabolcs
  • 234,956
  • 30
  • 623
  • 1,263
Kuba
  • 136,707
  • 13
  • 279
  • 740
  • 3
    Looks to affect only 10.4, works fine on previous versions. Also, from what I can tell the file "JournalArticle.nb" hasn't been modified since 10.0 so the problem is somewhere else. – Jason B. Apr 19 '16 at 08:09
  • 1
    A work around: GridGraph[{10, 10}, VertexLabels -> None, VertexLabelStyle -> Opacity[0]] – Mike Honeychurch Apr 19 '16 at 10:44
  • 1
    It happens with other stylesheets too, such as "Standard Report". It directly affects ClusteringTree which is supposed to display only leaf labels. – Szabolcs Apr 19 '16 at 13:24

1 Answers1

1

Bug introduced in 10.4 and fixed in 11.0.1


[...] This GridGraph behavior does appear to be a regression in Mathematica 10.4 from earlier versions. As such I will file a report with the appropriate developers so that they may investigate the issue to be fixed in a future release. [...]

Kuba
  • 136,707
  • 13
  • 279
  • 740