Skip to content

How to customise matplotlib / iris.qplot label? #4748

Closed Answered by rcomer
maczik asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @maczik, the Iris plotting functions are wrappers to the matplotlib plotting functions. So to find all the configuration options you can look at the Matplotlib docs. In this case I think you want to set the levels keyword, and/or vmin and vmax.

The iplt.contourf call in this Gallery example seems similar to what you want:
https://scitools-iris.readthedocs.io/en/stable/generated/gallery/meteorology/plot_lagged_ensemble.html#sphx-glr-generated-gallery-meteorology-plot-lagged-ensemble-py

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by pp-mo
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants