data points(气泡图) fig = pygmt.figure() fig.basemap(region=region, projection= "m15c" , frame=true) fig.coast(land= "black" , water= "skyblue" ) pygmt.makecpt(cmap= "viridis" , series=[data.depth_km.min(), data.d
Description of the desired feature Implementation of the psvelo function. It would be really a great feature for pygmt to be able to plot velocity vectors and confidence ellipse, because, at the moment, it is not possible with the classi...
Gentoo") fig.plot( # Use bill length and bill depth as x and y data input, respectively x=df.bill_length_mm, y=df.bill_depth_mm, # Vary each symbol size according to another feature (body mass, # scaled by 7.5*10e-5) size=df.body_mass_g * 7.5e-5, # Points colored by ...