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.
我正在使用 PChart 库,我想从 x 轴上的第 5 个索引开始图表。有什么想法吗?我已经这样做了:
$myData->AddPoints(array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"), "xlabel");
我在数组中获取数据$x,这是要绘制的数据:
$x
$myData->addPoints($x, "pvalues");
用于VOID为不在图表中的点保留空间。请参阅基本语法教程。
VOID