Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 425 Bytes

23550-OG.rst

File metadata and controls

10 lines (8 loc) · 425 Bytes

Specified exception types in Grid

In a few cases an Exception was thrown when an incorrect argument value was set in the mpl_toolkits.axes_grid1.axes_grid.Grid (= mpl_toolkits.axisartist.axes_grid.Grid) constructor. These are replaced as follows:

  • Providing an incorrect value for ngrids now raises a ValueError
  • Providing an incorrect type for rect now raises a TypeError