Something like this:
import matplotlib.pyplot as plt
import numpy as np
import seaborn as sns
sns.set()
cs = np.load("xxx/component_000_particles.cs")
sns.distplot(cs["component_0/value"])
Something like this:
import matplotlib.pyplot as plt
import numpy as np
import seaborn as sns
sns.set()
cs = np.load("xxx/component_000_particles.cs")
sns.distplot(cs["component_0/value"])