需要在 .NET 中创建对数概率图表

发布于 2024-09-18 15:52:54 字数 61 浏览 5 评论 0原文

我可以创建一个在一个轴上具有对数刻度的图表,但我也需要在另一轴上有一个概率刻度。

提前致谢。

I can create a chart with a logarithmic scale on one axis, but I need to have a probability scale on the other axis as well.

Thanks in advance.

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

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

发布评论

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

评论(1

霓裳挽歌倾城醉 2024-09-25 15:52:55

我终于用Flot弄清楚了这一点(http://code.google.com/p/flot/ )。它允许使用 JavaScript 进行自定义轴转换,因此我基本上将 Math.log/Math.exp 馈送到一个尺度,并将 Excel 的 NORMSDIST 和 NORMSINV 的 JavaScript 等效项馈送到另一个尺度。效果很好。

I finally figured this out, using Flot (http://code.google.com/p/flot/). It allows for custom axis transforms using JavaScript, so I basically fed Math.log/Math.exp to one scale, and the JavaScript equivalent of Excel's NORMSDIST and NORMSINV to the other scale. Works great.

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