Closed
Description
I want to add panels to the geo axis, but this error occurred.
import ultraplot as uplt
import numpy as np
# Dummy data
data = np.random.rand(10, 10)
fig, ax = uplt.subplots(proj="cyl")
c1 = ax.imshow(data, cmap="viridis")
ax.colorbar(c1, loc="r", label="Some Label")
px = ax.panel_axes("b")
uplt.show()
AttributeError: '_CartopyAxes' object has no attribute 'is_panel_group_member'
I want an effect similar to this. The main plot uses a geographic axis, with additional panels using regular axes.
Metadata
Metadata
Assignees
Labels
No labels