MeteoInfo 3.2.0 was released (2021-10-15)ΒΆ
Update pro4j to 1.1.3
Update FlatLaf to version 1.6
Remove jchardet library
Add
contoursliceandcontourfslicefunctions in 3D axesEnable lighting to support double sides normal in 3D axes
Support 3D pipe line plot
Add vertex normal calculation functions
Support equal aspect in 3D axes
Add
sphereandcylinderfunctionsAdd MICAPS MDFS type 3 data support
Support unicode path of MeteoInfo
Add
erfanderfcfunctionsAdd
arctanandarctan2functions for numpy compatibleAdd
peaksfunctionAdd
patchespackage in plotlibAdd lines
moduleandLine2DclassAdd
supxlabelandsupylabelfunctionsAdd
copyandmovefunctions in MILayer classSupport CAMx output nc data file
Some bug fixed
sphere plot:
x, y, z = sphere()
axes3d(aspect='equal')
surf(x, y, z)
antialias()
cylinder plot:
t = arange(0, 2*pi+0.001, pi/10)
r = 2 + cos(t)
x, y, z = cylinder(r)
surf(x, y, z)
antialias()
peaks plot:
x, y, z = peaks(25)
mesh(x, y, z, cmap='GMT_drywet_r')
antialias()
