标签: android graph curve
我想画这样的图形(在Android中使用Java):
我尝试使用boost::static_visitor<>曲线绘制曲线但是使用了路径库的cubicto和quadto但是没有成功将局部最大值放置到该点。
boost::static_visitor<>
请帮助我如何实现这一目标?