-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
ENH: I wish add a parameter to adjust bar function's height in Styler #36419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @slsongge - could you write a descriptive title please?
As in, are you interested in contributing it? |
Hi, I'm new to open source. May I work on this? |
take |
@MarcoGorelli any pointers on how to do this? border-bottom: 20px solid white; and this seemed to create the spacing I wanted. However, when I tried to inject this CSS property into the css_bar() function in the _bar static method as a string, it doesn't work when I run the bar function in my Jupyter notebook. |
Hi @rluong003 - I'm not familiar with CSS or with this part of the code, sorry cc @TomAugspurger in case you have suggestions |
I'm not too familiar with it either.
…On Mon, Sep 28, 2020 at 11:54 AM Marco Gorelli ***@***.***> wrote:
Hi @rluong003 <https://github.com/rluong003> - I'm not familiar with CSS
or with this part of the code, sorry
cc @TomAugspurger <https://github.com/TomAugspurger> in case you have
suggestions
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#36419 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKAOIQ5A2HDOJYS6OP2FXTSIC5V5ANCNFSM4RP7BH7A>
.
|
@attack68 I see you have added many improvements to the Styler class recently, do you have any pointers on how to solve this? |
The Failing that, there might be another ways of manipulating the data or css to do this, but it would be quite complicated. But, to be honest, the |
Agreed - closing for now then to (slightly) declutter the issue tracker |
Actually realised a simple way of doing this:
with CSS modified to:
|
thank you |
Is your feature request related to a problem?
I have a 'Styler' object, I wish add a parameter that can adjust bar's spacing to the bar function.
eg:

now the bar example like bottom:
but I wish like bottom:

Thx!!!
The text was updated successfully, but these errors were encountered: