Skip to content

Commit

Permalink
make the plot window a little narrower
Browse files Browse the repository at this point in the history
  • Loading branch information
dstndstn committed Feb 14, 2016
1 parent e298aa6 commit f39eda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copilot.py
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ def main():
obsdb.django_setup()

import pylab as plt
plt.figure(figsize=(10,10))
plt.figure(figsize=(8,10))

markmjds = []

Expand Down

0 comments on commit f39eda9

Please sign in to comment.