You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The case that I will explain below only happens when generating the image, when I open the html generated by pandas, the space appears correctly, that's why I decided to ask here.
All the ways I've tried to prevent the text set in set_caption from touching the top of the image, including margin-top and the like, have not worked and the text continues to touch the top of the image as if I hadn't even added anything to prevent it.
But even adding margin-top to set_caption the result is still exactly the same with the text touching the top of the image.
I didn't even want to increase the size of the image, but since by default it is touching the top, I tried to put margin-top but it still didn't work, I just wanted the text to be centered in that white space.
You who have full knowledge regarding dataframe_image, could you help me solve this case, please?
The text was updated successfully, but these errors were encountered:
The case that I will explain below only happens when generating the image, when I open the html generated by pandas, the space appears correctly, that's why I decided to ask here.
All the ways I've tried to prevent the text set in
set_caption
from touching the top of the image, including margin-top and the like, have not worked and the text continues to touch the top of the image as if I hadn't even added anything to prevent it.Is there any way around this?
My base code is this:
It generates this image:
But even adding
margin-top
toset_caption
the result is still exactly the same with the text touching the top of the image.I didn't even want to increase the size of the image, but since by default it is touching the top, I tried to put
margin-top
but it still didn't work, I just wanted the text to be centered in that white space.You who have full knowledge regarding
dataframe_image
, could you help me solve this case, please?The text was updated successfully, but these errors were encountered: