PtQt5及Matplotlib学习经验汇总(三)

文章目录

      • 一、在Python的中交互B样条、贝塞尔实例
      • 二、显示与隐藏工具条
      • 三、Polygon用法
      • 四、figure.tight_layout()
      • 五、matplotlib.pyplot.axis
      • 六、matplotlib 使用简明教程(五)-画布、图表、元素基础操作

一、在Python的中交互B样条、贝塞尔实例

  • 参考文档:
    (1)https://cloud.tencent.com/developer/ask/132612
    (2)https://matplotlib.org/gallery/event_handling/poly_editor.html#sphx-glr-gallery-event-handling-poly-editor-py
  • 举例说明:无
  • 参数介绍:无

二、显示与隐藏工具条

  • 参考文档:
    (1)显示与隐藏工具条:https://www.cnblogs.com/hhh5460/p/5189843.html
  • 举例说明:
  • 参数介绍:无

三、Polygon用法

  • 参考文档:(1)https://blog.csdn.net/claroja/article/details/77572546
    (2)https://matplotlib.org/api/_as_gen/matplotlib.patches.Polygon.html
  • 举例说明:无
  • 参数介绍:无

四、figure.tight_layout()

  • 参考文档:
    (1)https://www.jianshu.com/p/91eb0d616adb
  • 举例说明:
  • 参数介绍:无

五、matplotlib.pyplot.axis

  • 参考文档:
    (1)https://matplotlib.org/api/_as_gen/matplotlib.pyplot.axis.html
  • 举例说明:无
  • 参数介绍:无

六、matplotlib 使用简明教程(五)-画布、图表、元素基础操作

  • 参考文档:
    (1)https://blog.csdn.net/fenghuizhidao/article/details/83090320
  • 举例说明:无
  • 参数介绍:无

你可能感兴趣的:(编程学习笔记)