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

The Footer is missing for tile plots where the height is greater than the width. If you use the "set column and row" or zoom in and make the plot wider than it is tall then the footer becomes visible. #1

Closed
lizadams opened this issue Mar 20, 2015 · 4 comments
Assignees

Comments

@lizadams
Copy link
Contributor

If footer is not visible on Fast Tile Plot when plot is saved, footer does not appear on saved image. If footer is visible then also appears on saved image.

@jherwehe
Copy link
Collaborator

Testing on Linux using VERDI_2.0_beta.20190521 on a CMAQ ACONC file, a WRF wrfout file, and an MPAS history file, this is not a problem; the footer is fully visible on the screen and in the saved image, regardless of the zoomed aspect ratio.

Testing this with VERDI_2.0_beta.20190521 on Windows shows the footer problem is still present for the CMAQ and WRF files, showing only the top date/time line; line 2 (the min/max line) is missing. The full footer reappears once the plot is wider than it is tall. The footer for the MPAS file does not have this problem and is always fully displayed.

@lizadams
Copy link
Contributor Author

lizadams commented Jun 10, 2019

The following command line option can be used to verify this issue.

./verdi.sh -f $cwd/data/model/CCTM47_aac_spr06.12k.CONC.2006113.O3.ncf -configFile $cwd/config_verdi_zac.txt -s "O3[1]" -gtype tile -saveImage "png" $cwd/CCTM47_zac_config_fulldomain.png -quit

Creates a Tile Plot without the footer.
CCTM47_fulldomain

Using the -subDomain option in the command below to restrict the domain so that the width is greater than the height.

-subDomain <xmin> <ymin> <xmax> <ymax>
./verdi.sh -f $cwd/data/model/CCTM47_aac_spr06.12k.CONC.2006113.O3.ncf -s "O3[1]" -subDomain 20 30 50 50 -gtype tile -saveImage "png" $cwd/CCTM47_subdomain.png

Creates a plot that contains the footer - but that is modified to show only some of the data.

CCTM47_subdomain

@lizadams
Copy link
Contributor Author

related to #178

@lizadams
Copy link
Contributor Author

lizadams commented Dec 9, 2021

Tested this with VERDI_2.1 (VERDI_2.1_mac_20211206.tar.gz), and the plot now contains the footer. This issue has been fixed.

@lizadams lizadams closed this as completed Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants