Skip to content

Commit

Permalink
changed axis titles and removed plot title
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Duff authored and Caleb Duff committed Aug 18, 2016
1 parent ca57dd0 commit b835055
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xpdView/one_dimensional_int.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@ def __init__(self, dictionary, fig, canvas):
self.fig = fig
self.canvas = canvas
self.ax = self.fig.add_subplot(111)
self.ax.set_xlabel('Distance from Center')
self.ax.set_xlabel('q_A^-1')
self.ax.set_ylabel('Total Integrated Intensity')
self.ax.set_title('1-D Integrated Plot')
self.give_plot('nothing')

def give_plot(self, key):
Expand Down

0 comments on commit b835055

Please sign in to comment.