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.
所以我有一个带有点的数据文件来制作直方图。我不知道我会怎么做。我在第一年的Java课程中,应该制作“垃圾箱”并计算每个点中有多少落入每个垃圾箱。谢谢
我不清楚你的真正目标是什么。您是否必须编写图形直方图或基于文本的直方图(对于水平直方图来说很容易),或者使用现有的库。
您可以使用开源 JFreechart创建直方图。