Skip to content

panel for geo axis #237

Closed
Closed
@lwq-star

Description

@lwq-star

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.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions