Skip to content

Use PyGWalker as dark mode alternative to tableau

Elwynn Chen edited this page Jul 7, 2024 · 1 revision

Updated date: 2024-07-07 PyGWalker version: 0.4.9

PyGWalker supports dark/light/system appearance. You can set it with parameter appearance:

import pygwalker as pyg
pyg.walk(dataframe, appearance='dark')

Lots of data visualization tools does not support dark theme, like tableau. PyGWalker can be an alternative to those tool if you prefer to use different themes

Reference