We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Example:
import pandas as pd pd.Series(randn(1000)).hist(by=randint(0, 6, 1000), sharex=True, sharey=True)
pd.Series(randn(1000)).hist(by=randint(0, 5, 1000), sharex=True, sharey=True)