Skip to content

Commit

Permalink
Ignore color in node args
Browse files Browse the repository at this point in the history
  • Loading branch information
mph- committed Aug 22, 2024
1 parent e573441 commit cf280c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lcapy/schemcpts.py
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ def node_args(self, opts, **kwargs):
'loosely dotted', 'dashed', 'densely dashed',
'loosely dashed')

ignore_keys = self.special_keys + xcolors + linestyles
ignore_keys = self.special_keys + xcolors + linestyles + ('color', )

args_list = opts.as_list(ignore_keys, **kwargs)
# May want to prune
Expand Down

0 comments on commit cf280c1

Please sign in to comment.