Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let subplot support nesting #1280

Closed
seisman opened this issue Aug 2, 2019 · 1 comment
Closed

Let subplot support nesting #1280

seisman opened this issue Aug 2, 2019 · 1 comment
Labels
feature request Request a new feature

Comments

@seisman
Copy link
Member

seisman commented Aug 2, 2019

A failing example:

gmt begin map
gmt subplot begin 2x2 -Fs10c,5c/5c
    gmt basemap -R0/10/0/10 -Baf -c
    gmt basemap -R0/10/0/10 -Baf -c

    gmt subplot begin 1x2 -Fs5c/5c
        gmt basemap -R0/5/0/10 -Baf -c
        gmt basemap -R0/5/0/10 -Baf -c
    gmt subplot end

    gmt basemap -R0/10/0/10 -Baf -c
gmt subplot end
gmt end show
@seisman seisman added the feature request Request a new feature label Aug 2, 2019
@seisman seisman added this to the 6.1.0 milestone Aug 14, 2019
@seisman seisman modified the milestones: 6.1.0, 6.2.0 Mar 25, 2020
@seisman seisman removed this from the 6.2.0 milestone Apr 19, 2021
obaney pushed a commit to obaney/gmt that referenced this issue Aug 18, 2021
…cMappingTools#1280)

- Enables blockm* to work with table-like inputs besides pandas.DataFrame
- Makes outfile parameter optional
- Loads output data as a pandas.DataFrame when outfile is unset
- Updates unit tests accordingly
@joa-quim
Copy link
Member

Maybe close this in hope for an eventual future revisit?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request a new feature
Projects
None yet
Development

No branches or pull requests

2 participants