Skip to content

Releases: kyrylo-gr/aplot

0.1.0

25 Apr 21:43
Compare
Choose a tag to compare

Now figure and ax are sub-classes of matplotlib original functions. And often they return themself

fig, ax = ap.subplots(1, 1)

freqs__Hz = np.linspace(0, 10, 100)
signal__GHz = np.sin(freqs__Hz)

ax.plot(freqs__Hz, signal__GHz, label="line 1", linestyle="--").autoaxis()
image

0.0.1

19 Feb 01:17
Compare
Choose a tag to compare
init version. regrouped. not-tested