Skip to content

Commit b835055

Browse files
Caleb DuffCaleb Duff
authored andcommitted
changed axis titles and removed plot title
1 parent ca57dd0 commit b835055

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xpdView/one_dimensional_int.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@ def __init__(self, dictionary, fig, canvas):
5858
self.fig = fig
5959
self.canvas = canvas
6060
self.ax = self.fig.add_subplot(111)
61-
self.ax.set_xlabel('Distance from Center')
61+
self.ax.set_xlabel('q_A^-1')
6262
self.ax.set_ylabel('Total Integrated Intensity')
63-
self.ax.set_title('1-D Integrated Plot')
6463
self.give_plot('nothing')
6564

6665
def give_plot(self, key):

0 commit comments

Comments
 (0)