Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Pomerantz authored Jun 3, 2020
1 parent 601ccf5 commit 7654363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def threedeegraph(object):
# the bars starts from 0 attitude
zpos = np.zeros(eg.shape).flatten()
# the bars' heights
dz = eg.values.ravel()
dz = eg.values.ravel(order='F')
# plot and color
values = np.linspace(0.2, 1., xpos.ravel().shape[0])
colors = cm.rainbow(values)
Expand Down

0 comments on commit 7654363

Please sign in to comment.