Skip to content

Releases: Xiaokang2022/maliang-mpl

1.2.3

13 Jan 13:27
4bf9ce1
Compare
Choose a tag to compare

Full Changelog: 1.2.2...1.2.3

1.2.2

17 Nov 15:45
7b22148
Compare
Choose a tag to compare

Full Changelog: 1.2.1...1.2.2

1.2.1

11 Oct 20:29
120a4b4
Compare
Choose a tag to compare

🟡 Changed / 变更

  • Submodule constants renamed to _constants
    子模块 constants 重命名为 _constants

🟢 Added / 新增

  • The function set_mpl_default_theme added the parameter apply_font to specify whether to use the font of tkintertools
    函数 set_mpl_default_theme 新增参数 apply_font 来指定是否使用 tkintertools 的字体

1.2.0

20 Sep 16:40
ae6c65c
Compare
Choose a tag to compare

🟡 Changed / 变更

  • The first and second parameters of the classes FigureCanvas and FigureToolbar swap positions to conform to the order of the parameters of the other canvas classes
    FigureCanvasFigureToolbar 的第一个与第二个参数交换位置,以符合其它画布类的参数顺序

🟣 Fixed / 修复

  • Fixed some incorrect docstrings
    修复了一些错误的文档字符串

1.1.1

16 Sep 09:01
99d5dc4
Compare
Choose a tag to compare

🟡 Changed / 变更

  • Update the version of the tkintertools dependency package
    更新 tkintertools 依赖包的版本

1.1.0

06 Sep 11:01
6edb973
Compare
Choose a tag to compare
  • The theme color dictionary has added the adaptation of text in the window
    主题颜色字典新增了窗口内文本的适配
  • The parameter dark of the function set_mpl_default_theme was renamed to theme and the value was changed from a boolean type to "light""dark"
    函数 set_mpl_default_theme 的参数 dark 更名为 theme,值由布尔类型变更为 "light""dark"

1.0.1

06 Sep 09:16
b24bef3
Compare
Choose a tag to compare
  • A new mechanism has been added to determine whether grid is enabled or not, so that the grid color can be automatically adapted to the theme
    新增了 grid 是否开启的判定机制,使得网格颜色可以自动对主题进行适配
  • Now requires matplotlib version >= 3.7.0
    现在要求 matplotlib 版本 >= 3.7.0
  • The icon color of the button adapts to the dark theme
    按钮的图标颜色适配了暗色主题
  • Fixed the bug that the real-time coordinate information of the mouse was not displayed under the bright color theme
    修复亮色主题下鼠标实时坐标信息不显示的 bug

1.0.0

07 Aug 15:26
c6280f4
Compare
Choose a tag to compare
  • Completed the project detached from tkintertools and refactored to be compatible
    完成了项目从 tkintertools 的分离,并重构以兼容