X Tutup
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions lib/matplotlib/axes/_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -6174,9 +6174,6 @@ def hist(self, x, bins=None, range=None, normed=False, weights=None,
if len(color) != nx:
raise ValueError("color kwarg must have one color per dataset")

# Save the datalimits for the same reason:
_saved_bounds = self.dataLim.bounds

# If bins are not specified either explicitly or via range,
# we need to figure out the range required for all datasets,
# and supply that to np.histogram.
Expand Down
X Tutup