Eomys / SciDataTool

SciDataTool is an open-source Python package for scientific data handling. The objective is to provide a user-friendly, unified, flexible module to postprocess any kind of signal. It is meant to be used by researchers, R&D engineers and teachers in any scientific area. This package allows to efficiently store data fields in the time/space or in the frequency domain, to easily perform Fourier Transforms, to extract slices, to convert units, to compare several fields, etc. It therefore leads to simplified plot commands.
Apache License 2.0
26 stars 21 forks source link

[BC] fix is_outside_legend bypassing is_show_legend parameter in plot_2D #71

Closed Clemoreau closed 3 years ago

Clemoreau commented 3 years ago

When is_show_legend is False and is_outside_legend is True, legend was still displayed.

Interverting the two conditions solve the problem.