移动测试基础 linux 使用 gnuplot 设置 y 轴名字不显示,求解

啄木鸟 · 2018年12月21日 · 914 次阅读

问题如题,结果如图,
linux 下 gnuplot 用了 set ylabel "yname"为什么没有显示 y 轴 yname?

gnuplot> set term dumb
Terminal type set to 'dumb'
Options are 'feed  size 79, 24'
gnuplot> set title "sin(x)"
gnuplot> set xlabel "xname"
gnuplot> set ylabel "yname"
gnuplot> plot sin(x)


                                     sin(x)

    1 ++---------------***---------------+---**-----------+--------***----++
      +                *  *              +  *  **         +  sin(x) ****** +
  0.8 ++              *    *                *    *               *    *   ++
  0.6 ++             *      *              *     *               *     *  ++
      *              *      *             *      *               *      *  |
  0.4 +*             *      *             *       *             *       * ++
      |*            *        *            *        *           *        *  |
  0.2 +*           *         *            *        *           *        * ++
    0 ++*          *          *          *         *          *          *++
      | *          *          *         *           *         *           *|
 -0.2 ++ *         *          *         *           *         *           *+
      |  *        *            *       *             *       *            *|
 -0.4 ++ *       *             *       *             *       *            *+
      |   *      *              *      *             *      *              *
 -0.6 ++  *     *               *     *               *     *             ++
 -0.8 ++   *    *               *    *                *    *              ++
      +     *  *       +         **  *   +             *  *                +
   -1 ++----***--------+-----------**----+--------------***---------------++
     -10              -5                 0                5                10
                                      xname

暂无回复。
需要 登录 后方可回复, 如果你还没有账号请点击这里 注册