-
Notifications
You must be signed in to change notification settings - Fork 35
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
monthly_heatmap_detailedview function spine object has no attribute "get_color" #51
Comments
@twkim112 any ideas what this could be? I believe you changed this code recently |
I think I've found the source of the problem. When I call >>> cell.get_color
Out[6]: <bound method Text.get_color of Text(8.5, 0.5, '349615008342768344328711938750155849728.00')>
>>> cell.get_color()
Out[7]: '.15' I found bugs in wrapper function. I'll work on fixing this today. |
I created PR about wrapper function. |
I tried your suggestion and it did work correctly when I used |
Merged the PR. Will deploy this in future versions
Robert Grzesik 347-635-3416
…On Tue, Jul 23, 2024 at 12:20 AM Taewan Kim ***@***.***> wrote:
I created PR about wrapper function.
—
Reply to this email directly, view it on GitHub
<#51 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIYQK5J2WKIK6M2KC5L6ETZNXKY3AVCNFSM6AAAAABLIPNWGGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBUGIZDCOBXHA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I'm attempting to use the new function
qs.plots.monthly_returns_detailedview()
and it's generating an error.The text was updated successfully, but these errors were encountered: