是否可以修改dropplot代码以便输出图显示在iphone模拟器中

发布于 11-30 15:01 字数 78 浏览 0 评论 0原文

是否可以修改 dropplot 代码,以便在 iphone 模拟器中显示输出图形。现在我们正在外部添加 CSV 文件。我想通过代码调用文件..

Is it possible to modify drop plot code so that the output graph is 
displayed in iphone simulator.Now we are adding the CSV file externally. I want to Call the File through the code..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

临风闻羌笛2024-12-07 15:01:10

您必须创建一个 iOS 应用程序。演示此功能的最简单方法是从 iOS 示例应用程序之一开始。将 Drop Plot 中的数据源代码复制到新应用程序中,添加 CSV 解析类,并将 CSV 文件添加到应用程序包中。将 CSV 文件读入 NSString 并解析它以填充绘图数据源的数据。

You'll have to create an iOS application. The easiest way to demo this is to start with one of the iOS example apps. Copy the datasource code from Drop Plot into the new app, add the CSV parsing class, and add your CSV file to the app bundle. Read the CSV file into an NSString and parse it to populate the data for your plot datasource.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文