Small changes to fix stuff

This commit is contained in:
Abe Levitan
2021-10-26 20:40:48 -04:00
parent 24f213d03c
commit 1a214b76e4
3 changed files with 41 additions and 24 deletions
+5 -5
View File
@@ -17,11 +17,11 @@ from matplotlib import ticker, patheffects
__all__ = ['colorize', 'plot_amplitude', 'plot_phase',
'plot_colorized', 'plot_translations', 'get_units_factor',
'plot_nanomap', 'plot_real', 'plot_imag',
'plot_nanomap_with_images',
'polarized_plot_component_amplitudes',
'polarized_plot_phase_ret',
'polarized_plot_global_phases',
'polarized_plot_ellipses']
'plot_nanomap_with_images']#,
#'polarized_plot_component_amplitudes',
#'polarized_plot_phase_ret',
#'polarized_plot_global_phases',
#'polarized_plot_ellipses']
def colorize(z):