Skip to content

Commit

Permalink
Change order again
Browse files Browse the repository at this point in the history
  • Loading branch information
e-koch committed Oct 11, 2015
1 parent 8f8e8e7 commit 586416f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbustat/analysis/comparison_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def _horiz_obs_plot(ax, data, num_fids, shading=False, legend=False):
"ic348.13co.fits": "IC 348"}

# Also needs to be generalized
colors = ["b", "g", "r"]
colors = ["g", "r", "b"]

x_vals = ax.axis()[:2]

Expand Down

0 comments on commit 586416f

Please sign in to comment.