Skip to content

fix plotstyle.add() to store updated plotstyle in the correct environment for plotstyle() to use it#128

Open
0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q wants to merge 3 commits into
masterfrom
fix/plotstyle.add
Open

fix plotstyle.add() to store updated plotstyle in the correct environment for plotstyle() to use it#128
0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q wants to merge 3 commits into
masterfrom
fix/plotstyle.add

Conversation

@0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q

Copy link
Copy Markdown
Member

Before

plotstyle.add('foo', 'bar', 'red') |>
    invisible()

plotstyle('foo', verbosity = 1)
# Brewed colors for 1 unknown entities:
# foo
#       foo 
# "#e6194B"

After

plotstyle.add('foo', 'bar', 'red') |>
    invisible()

plotstyle('foo', verbosity = 1)
#   foo 
# "red" 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant