You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i try to pdf chart from distfit, i found that the last bar in histogram chart was not plot because you intentionally remove the last bar. What is the reason for this?
ax.bar(binedges[:-1], histvals[:-1], **bar_properties)
thanks,
Tan
The text was updated successfully, but these errors were encountered:
Hi Erdogan,
when i try to pdf chart from distfit, i found that the last bar in histogram chart was not plot because you intentionally remove the last bar. What is the reason for this?
ax.bar(binedges[:-1], histvals[:-1], **bar_properties)
thanks,
Tan
The text was updated successfully, but these errors were encountered: