如何在androidplot中绘制正态分布图?

时间:2019-04-18 00:40:27

标签: java android androidplot

我在用androidplot绘制统计分布图时遇到困难,在这里,我向您展示了正态分布的公式。

我认为在 Y =公式中。 并且在 X 中是自生成值。 请问你能帮帮我吗?我不了解文档

enter image description here

activity_main.xml

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
              xmlns:ap="http://schemas.android.com/apk/res-auto"
              android:layout_height="match_parent"
              android:layout_width="match_parent">

    <com.androidplot.xy.XYPlot
        style="@style/APDefacto.Dark"
        android:id="@+id/plot"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        ap:title="A Simple XY Plot"
        ap:rangeTitle="range"
        ap:domainTitle="domain"
        ap:lineLabels="left|bottom"
        ap:lineLabelRotationBottom="-45"/>
</LinearLayout>

0 个答案:

没有答案