# Plots adjust the subtitle position

**URL:** https://discourse.julialang.org/t/plots-adjust-the-subtitle-position/97971
**Category:** General Usage
**Created:** [April 26, 2023, 9:44pm UTC](https://discourse.julialang.org/t/plots-adjust-the-subtitle-position/97971 "2023-04-26T21:44:32Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jianqixi](https://avatars.discourse-cdn.com/v4/letter/j/3be4f8/32.png) [@jianqixi](https://discourse.julialang.org/u/jianqixi)
#### Post date: [April 26, 2023, 9:44pm UTC](https://discourse.julialang.org/t/plots-adjust-the-subtitle-position/97971/1 "2023-04-26T21:44:32Z")

</div>

Hi I am trying to plot some subplots with title or label. I tried to use label which was assumed to be appeared within the plot, but it didn’t. Then I tried to use title, it works now, but the position of those subtitle is far from the image. I am wondering how could I adjust the title position and let it close to the image or axis. Thanks. Here is my code and plots:

plot!(plt, contourf!(plt, xs,ys,B[i], subplot=i, title=“z=$(4+i)”, titlefontsize=4, titlefontvalign=:top, showaxis=false, ticks=:none, tickfontsize=4, clims=(-1E+23,0), colorbar\_thickness=4, right\_margin = 3Plots.mm, aspect\_ratio=float(26/38) ))

 ![image](https://global.discourse-cdn.com/julialang/original/3X/a/6/a6b6704349569e0a0afbb38a8697cb8afdd9dbec.png)
