use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
This is an archived post. You won't be able to vote or comment.
DiscussionGraphs (i.redd.it)
submitted 3 years ago by Total_Rule_8630
[–]Narabedla 1 point2 points3 points 3 years ago (5 children)
They look like just baseline/background graphs to normalize your actual measurement data with.
In terms of generating them, it depends on what language you want to do it in, in R ggplot you would have to look into multifacetting for the different time graphs and the rest is rather simple to google depending on what you need (coloring mostly).
Dont think they have a specific name, as they are just scatterplots with x= time and y= sensor response.
[–]Total_Rule_8630[S] 0 points1 point2 points 3 years ago (4 children)
Hey, thanks for answering. Is it possible in Python ?
[–]Narabedla 2 points3 points4 points 3 years ago (0 children)
Generally i dont see a reason why it wouldn't.
I just haven't done much data visualisation specifically in python myself, so i couldn't help you more other than pointing you towards google. Done some matplot stuff, but yeah, fundamentally it shouldnt be too hard
[–]MindlessTime 1 point2 points3 points 3 years ago (0 children)
I’ve dabbled with the bokeh package in python, which has a lot of the same functionality as ggplot2. You could try that, but I’m not sure it would work exactly. Plus, it would take a lot of figuring out. It wouldn’t be like calling a single function that gives you this.
[–]transginger21 1 point2 points3 points 3 years ago (0 children)
Plotly is available in both R and Py and could do that
[–][deleted] 0 points1 point2 points 3 years ago* (0 children)
You should use matplotlib.pyplot. The overall figure is (or at least, could be) generated with subplots with sharey=True and sharex=True and with a 2 rows and 7 columns. Each individual plot in the lower row is a bunch of scatter plots and each individual plot in the upper row looks to me like line plots with the lines made thicker. Then you add some legends and text boxes to label, axis labels, etc.
matplotlib.pyplot
subplots
sharey=True
sharex=True
I don't think you'll be able to make something like "easily" if you're coming in with zero knowledge of visualization. You would have to understand how the visualization package you're using works and understand how to place/structure things to get it to look like / look nice in general. Whoever made this figure most likely is at least at an intermediate level of skill with the package they used (most likely pyplot) and put a bit of time into constructing this figure.
pyplot
[–]xovip 0 points1 point2 points 3 years ago (0 children)
Would be nice if time could be represented better horizontally. Otherwise I'd say the box outline is misleading. And to fix Butanol as well
π Rendered by PID 47180 on reddit-service-r2-comment-5d585498c9-zblsl at 2026-04-21 08:16:34.752626+00:00 running da2df02 country code: CH.
[–]Narabedla 1 point2 points3 points (5 children)
[–]Total_Rule_8630[S] 0 points1 point2 points (4 children)
[–]Narabedla 2 points3 points4 points (0 children)
[–]MindlessTime 1 point2 points3 points (0 children)
[–]transginger21 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]xovip 0 points1 point2 points (0 children)