You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The documentation about how to modify themes is outdated and inaccurate.
To Reproduce
Steps to reproduce the behavior:
Go to the documentation
Read the steps
Try to implement them and watch it fail
Expected behavior
You should be able to follow the documentation directly and have it work. We should probably break themes into two sections. One for just the plain vanilla using an exiting theme as is and another that shows how you take modify the Theme object by running from architectures.themes.settings import * and passing settings as an object. For example:
from architecture.themes import DarkMode
from architecture.themes.settings import GraphSettings
graph_settings = GraphSettings(color="red")
theme = DarkMode(graph_settings=graph_settings)
with Graph("Architecture Name", theme = theme):
pass
Screenshots
None.
Desktop (please complete the following information):
All.
Additional context
None.
The text was updated successfully, but these errors were encountered:
Describe the bug
The documentation about how to modify themes is outdated and inaccurate.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
You should be able to follow the documentation directly and have it work. We should probably break themes into two sections. One for just the plain vanilla using an exiting theme as is and another that shows how you take modify the
Theme
object by running fromarchitectures.themes.settings import *
and passing settings as an object. For example:Screenshots
None.
Desktop (please complete the following information):
All.
Additional context
None.
The text was updated successfully, but these errors were encountered: