Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor issues in tools/analysis #298

Open
2 tasks
andrew-c-ross opened this issue Jan 22, 2020 · 0 comments
Open
2 tasks

Minor issues in tools/analysis #298

andrew-c-ross opened this issue Jan 22, 2020 · 0 comments

Comments

@andrew-c-ross
Copy link

I'm using tools/analysis/m6plot.py as a base for my own analysis, probably with newer python+matplotlib versions than this script was originally developed for. This is a running log of issues as I encounter them.

  • matplotlib.axes.Axes.set_axis_bgcolor has been deprecated since matplotlib 2.0. All cases of axis.set_axis_bgcolor() need to be replaced with axis.set_facecolor()
  • in VerticalSplitScale.py, line 33 mscale.ScaleBase.__init__(self) needs to be replaced with mscale.ScaleBase.__init__(self, axis)

I'm using

  • python 3.6.9
  • matplotlib 3.1.0

and mostly running interactively in a jupyter lab environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant