Skip to content

Commit

Permalink
remove obsolete travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
moustakas committed Jul 14, 2023
1 parent 647c98f commit c0c29e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 137 deletions.
136 changes: 0 additions & 136 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion speclite/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -2040,7 +2040,7 @@ def plot_filters(responses, wavelength_unit=None,
if legend_loc is not None:
if legend_ncols is None:
legend_ncols = 1
plt.legend(loc=legend_loc, ncols=legend_ncols)
plt.legend(loc=legend_loc, ncol=legend_ncols)
plt.grid()


Expand Down

0 comments on commit c0c29e4

Please sign in to comment.