I want to set the upper and lower limits of colorbar.

Asked 1 years ago, Updated 1 years ago, 89 views

When using sen.heatmap such as python and limiting the value of z on the horizontal axis,

vmin=0.0,vmax=...

You can specify it as shown in , but is there a corresponding Julia designation?

I looked into it a lot, but I couldn't control it even if I used a clim...

If anyone you know breaks , please let me know.

julia

2022-09-30 11:48

1 Answers

plot(data,...,cbar_lims=(0,0.18))

In addition to cbar_lims, there are also clims.

It's done with


2022-09-30 11:48

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.