Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我很感激有关如何从情节中删除图例的帮助。假设我们有这个:
我想删除绘图底部的“PM2.5”和相应的红线。我希望它是空白的,原因是我正在使用print和split函数创建一个自定义图,显示 3 个不同的监测点进行空气污染分析,如下所示:
print
split
我不希望有 3 个传说,只有一个在底部。
要关闭 openair 的 timePlot 的图例,请将“key”设置为 FALSE。