标签: r ggplot2 symbols
我过去曾经使用过ggplot2,但是我很难接受这个问题。我想创建一个散点图,并将列中的值用作点符号,而不是标准的ggplot符号。有人曾经这样做过吗?
感谢。
答案 0 :(得分:2)
喜欢这个吗?
//Given string s, that won't change size int sSize = s.length(); for (int i = 0; i < sSize; i++) System.out.println(s.charAt(i));