Skip to content

Support more PlotThemes #429

@kkoudas01

Description

@kkoudas01

The following code works just fine on Wolfram Cloud:

Clear["Global`*"]
a[n_] := (2 n)/(n + 1)
mytable = Table[a[n], {n, 1, 20}];
ListPlot[mytable, PlotTheme -> "Marketing"]

And here is the result:

Image

However, in WLJS I get the error message:
TypeError: Cannot read properties of undefined (reading 'type') at g2d.Graphics
and no image is produced.

Is there an issue with support for all PlotThemes?

Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions