Skip to content
Snippets Groups Projects
Commit a58039b8 authored by Christopher Wipf's avatar Christopher Wipf
Browse files

Improve backward compatibility with ancient matplotlib/numpy versions

matplotlib: use hex color names instead of the cool xkcd ones
When matplotlib >= 2.0 is ubiquitous, we can revert this.
numpy: use np.flipud in place of np.flip
np.flip only exists in numpy >= 1.12, and flipud is clearer anyway.
parent 95bfb2a8
No related branches found
No related tags found
1 merge request!20Compatibility fixes for outdated matplotlib/numpy libraries
Pipeline #27983 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment