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

Closed
dericed opened this issue Apr 3, 2024 · 3 comments
Closed

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

dericed opened this issue Apr 3, 2024 · 3 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   [email protected]
Y-AVG   [email protected]
Y-HIGH  [email protected]
Y-MAX   clear,[email protected]

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

dericed added a commit that referenced this issue Jul 5, 2024
add option to provide an option for color fill in some graphs #820
@dericed
Copy link
Member Author

dericed commented Dec 24, 2024

done in #826

@dericed dericed closed this as completed Dec 24, 2024
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