Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Customizable Figure layouts #315

Copy link
Copy link
Closed
@kushalkolar

Description

@kushalkolar
Issue body actions

One easy thing we can start with is allowing subplots to be created with bounding boxes that described 0-100 normalized positions and widths. We can also think about more "automated" ways to define the subplots, because it can get quite tedious to write out bboxes for every subplot. The matplotlib gridspec API is kind of tedioius, we can look into other libs for inspiration as well. https://matplotlib.org/stable/gallery/lines_bars_and_markers/scatter_hist.html#defining-the-axes-positions-using-a-gridspec.

subplot1 = [bbox]
subplot2 = [bbox2]
...
gridplot = GridPlot(subplots=[subplot1, subplot2])

image

@clewis7 @ArjunPutcha

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

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.