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.
假设我正在制作一个大约有十条线左右的折线图,并且我希望每条线都能以黑白区分。有没有办法“自动”给每个分组一个不同的线结构(即虚线、点线、粗细),类似于你可以用不同的颜色做同样的事情?这些是什么并不重要,只是为了使它们能够区分。
编辑:我正在寻找比
aes(linetype=group)