-
-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove 'legend' arg from add_TA() and add_Series()
The 'legend' argument only supported the "auto" value. I tried to pass user-supplied 'legend' values through the plotting functions, but it didn't work seamlessly like it does when passing the 'name' argument. Move the 'name' argument to the location of the 'legend' argument to handle the case where the user explicitly provided "auto" as an unnamed value for the 'legend' argument. For example: add_TA(x, NULL, NA, "auto") See #377.
- Loading branch information
1 parent
824ef39
commit 613312e
Showing
1 changed file
with
32 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters