janpipek / physt

Python histogram library - histograms as updateable, fully semantic objects with visualization tools. [P]ython [HYST]ograms.
MIT License
129 stars 15 forks source link

transform in plots not working #29

Closed janpipek closed 6 years ago

janpipek commented 7 years ago
ax = h.plot("scatter", cumulative=True, s=3, transform=lambda x: np.sin(x / 500), cmap="rainbow")
janpipek commented 6 years ago

transform argument was replaced in favour of cmap_normalize that is less universal.