MTgeophysics / mtpy

Python toolbox for standard Magnetotelluric (MT) data analysis
GNU General Public License v3.0
147 stars 66 forks source link

Matplotlib version fix #168

Closed kujaku11 closed 2 years ago

kujaku11 commented 2 years ago

With matplotlib 3.5, there are some changes to the keywords that cause errors in the plotting schemes.

Description

I changed the required matplotlib package to be <=3.4 to keep the plotting tools working for now until we make all the changes.

Motivation and Context

Addresses issue #166 and probably a few other plotting errors. ## How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist: