[Request] Provide a parameter to suppress the "No trace type specified" warning+message
未关闭
还没有人认领这个 Issue。
- 主要语言
- R
- 星标
- 2.7k
- 派生
- 641
- PR 合并指标
- 30 天内没有已合并 PR
描述
For example, the first sample code in ?plot_ly is
plot_ly(economics, x = ~pop)
Running that results in
No trace type specified:
Based on info supplied, a 'histogram' trace seems appropriate.
Read more about this trace type -> https://plot.ly/r/reference/#histogram
Sometimes this comes out as a warning and sometimes as a message. There are a variety of ways to deal with workarounds trying to suppress warnings/messages they're not ideal. It would be great if there was a parameter that would allow us to suppress such messages
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 plot_ly 入口开始,复现 ?plot_ly 中的 plot_ly(economics, x = ~pop) 示例。追踪 "No trace type specified" 警告或消息在哪里发出,并确定抑制参数应如何同时涵盖这两种形式。当调用方可以抑制此输出,且未使用该参数时现有行为保持不变,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- r
- 领域
- data-visualization
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100