pythonprop icon indicating copy to clipboard operation
pythonprop copied to clipboard

Fix working with Matplotlib 3.9

Open dl1jbe opened this issue 6 months ago • 0 comments

Starting with matplotlib-3.9 voacapgui fails to draw diagrams for P2P and Area plots with following problems:

  • register_cmap() do no longer exist
  • AxesGrid() does no longer allow an empty label_mode parameter

After fixing it shows that diagrams in Area plot have grid label on all four sides.

The provided PR fixes these problems and take care of some deprecation warning for GeoAxes projection.

dl1jbe avatar Sep 04 '24 08:09 dl1jbe