Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Aug 25, 2023
1 parent 150ccfe commit 004c8ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plot2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
kwargs['vmin'] = None
kwargs['vmax'] = None
kwargs['norm'] = 'linear'
kwargs['cmap'] = 'viridis'
kwargs['cmap'] = 'rainbow'
kwargs['cmap'] = 'gist_rainbow'
kwargs['cmap'] = 'viridis'
kwargs['x1_min'] = None
kwargs['x1_max'] = None
kwargs['x2_min'] = None
kwargs['x2_max'] = None
kwargs['x2_max'] = None
kwargs['output_file'] = None

zvar = 'dens'
Expand Down

0 comments on commit 004c8ed

Please sign in to comment.