Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# plotly (development version)

* Completed the `plot_ly()` documentation for what happens when `type` is not
specified (#2362).

* Removed the dependency on the `{lazyeval}` package.

## Bug fixes
Expand Down
3 changes: 2 additions & 1 deletion R/plotly.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
#' provided at this level may override other arguments
#' (e.g. `plot_ly(x = 1:10, y = 1:10, color = I("red"), marker = list(color = "blue"))`).
#' @param type A character string specifying the trace type (e.g. `"scatter"`, `"bar"`, `"box"`, etc).
#' If specified, it *always* creates a trace, otherwise
#' If specified, it *always* creates a trace. Otherwise, a trace type is
#' inferred from the supplied arguments when the plot is built.
#' @param name Values mapped to the trace's name attribute. Since a trace can
#' only have one name, this argument acts very much like `split` in that it
#' creates one trace for every unique value.
Expand Down
3 changes: 2 additions & 1 deletion man/plot_ly.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.