Skip to content
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

add option to provide an option for color fill in some graphs #820

Open
dericed opened this issue Apr 3, 2024 · 2 comments
Open

add option to provide an option for color fill in some graphs #820

dericed opened this issue Apr 3, 2024 · 2 comments
Assignees

Comments

@dericed
Copy link
Member

dericed commented Apr 3, 2024

for instance in the "Y" plots, it derives from:

{ Group_Y, Group_VideoMax, "Y MIN", "lavfi.signalstats.YMIN", 0, false, DBL_MAX, DBL_MAX, ActiveFilter_Video_signalstats },
{ Group_Y, Group_VideoMax, "Y LOW", "lavfi.signalstats.YLOW", 0, false, DBL_MAX, DBL_MAX, ActiveFilter_Video_signalstats },
{ Group_Y, Group_VideoMax, "Y AVG", "lavfi.signalstats.YAVG", 0, false, DBL_MAX, DBL_MAX, ActiveFilter_Video_signalstats },
{ Group_Y, Group_VideoMax, "Y HIGH", "lavfi.signalstats.YHIGH", 0, false, DBL_MAX, DBL_MAX, ActiveFilter_Video_signalstats },
{ Group_Y, Group_VideoMax, "Y MAX", "lavfi.signalstats.YMAX", 0, true, DBL_MAX, DBL_MAX, ActiveFilter_Video_signalstats },

I'd like to specify colors (including alpha) to fill between each plot and the plot or graph border above or below.

For instance:

plot    color fill below
Y-MIN   clear
Y-LOW   DarkRed@0.5
Y-AVG   DarkGreen@0.5
Y-HIGH  LightGreen@0.5
Y-MAX   clear,LightRed@0.5

and
fill above top graph = clear
@ElderOrb
Copy link
Collaborator

hmm, not sure such a functionality supported by Qwt, but will check

@ElderOrb
Copy link
Collaborator

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants