Skip to content

Commit

Permalink
Pass Nbins from wrpdf to WindAxes.pdf (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
jokva authored and scls19fr committed Jun 13, 2018
1 parent 99a2f63 commit c169683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windrose/windrose.py
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ def wrpdf(var, bins=None, Nx=100, bar_color='b', plot_color='g', Nbins=10, ax=No
parameters
"""
ax = WindAxes.from_ax(ax)
ax, params = ax.pdf(var, bins, Nx, bar_color, plot_color, *args, **kwargs)
ax, params = ax.pdf(var, bins, Nx, bar_color, plot_color, Nbins, *args, **kwargs)
return(ax, params)


Expand Down

0 comments on commit c169683

Please sign in to comment.