hello. I was doing this:
show(column(gridplot([[p1], [pa], [p2], [p3]], toolbar_location = ‘right’), \ gridplot([[s1]], toolbar_location = None)))
p1 pa,p2 has xaxis disabled, but a line and a gap remains:
as you can see in the above images,between both plots there is still being separation. How can I avoid the gap? I don’t find issues about this in the repo
Hi @vmasip it would be helpful if you could share a complete, minimal example, so that we can run to to investigate and figure out what is going on in your specific case. Otherwise, all I can do is point you to the OHLC example:
@vmasip please always apply code formatting to code in posts. You can do that by putting triple backtick ``` fences around code blocks in the editor or using the </> button in the editor palette. You don’t appear to be setting any min_border values to zero. Look for that in the example I linked.