about horiz_time_volume function #473
Unanswered
Special-Boo
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Yes, finplot support RGBA colors, where the last two nibbles represent alpha value (transparency). Do like so: htv_plot = fplt.horiz_time_volume(...)
htv_plot.colors['neutral_frame'] = '#00000040' # black with about 25% opacity
htv_plot.colors['neutral_body'] = '#ff000020' # red with about 12.5% opacity finplot also supports three nibble colors RGB, like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to adjust the alpha value of the bars in horiz_time_volume? I would like to adjust the alpha value for visibility. -- (Thank you for making finPlot! It’s really useful.)
Beta Was this translation helpful? Give feedback.
All reactions