...
Code Block |
---|
|
import metview as mv
data = mv.read("/my/data.grib")
empty_title = mv.mtext(text_line_count = 0)
pos_title = mv.mtext(
text_line_1 = "Hello World!",
text_mode = "positional",
text_box_x_position = 0,
text_box_y_position = 15,
text_box_x_length = 29,
text_box_y_length = 1
)
mv.plot(data, empty_title, pos_title) |
See also Customising Your Plot Title for more information about plot titles.
Related articles
Content by Label |
---|
showLabels | false |
---|
max | 5 |
---|
spaces | ~usa |
---|
showSpace | false |
---|
sort | modified |
---|
reverse | true |
---|
type | page |
---|
cql | label = "metview-faqs" and label = "plots" and type = "page" and space = "UDOC" |
---|
labels | kb-how-to-article |
---|
|
...