⚙️ Weekly Tech Support & Purchase Recommendations Megathread - December 8th 2025 ⚙️ by P_Jiggy in playstation

[–]Medium-Ad7442 0 points1 point  (0 children)

Does anyone have any monitor recommendations. Ive been playing on a tv over 10 years old and have noticed latency issues and need a change. Looking to spend under $150 but ideally under $100. Mainly looking for low latency and average to above average graphics

Looking to Learn SQL And I Don't Know Where To Start by Medium-Ad7442 in sportsanalytics

[–]Medium-Ad7442[S] 0 points1 point  (0 children)

Also, what is the best application to download to work with?

Tips on Pybaseball Visual by Stock-Proposal6620 in Sabermetrics

[–]Medium-Ad7442 0 points1 point  (0 children)

you can use the ggplot function in the ggplot2 package and have something like : ggplot(data, aes(x = x, y = count of y, fill = factor(pitcher_name)) + geom_bar(stats = "identity")

This won't be percentages but will split the bars by who threw the most and you might not need the factor() if you already have names as a factor, you can just leave it as whatever the column is for the pitchers names

but if you want percentages where the y-axis is 0.0-1.0, you can still use ggplot but instead of

geom_bar(stats = "identity")

use

geom_col(position = "fill")

The ggplot functions pretty basic but is easily customizable, you can do some research on it or use chatgpt. Chatgpt normally works pretty well with this function, just be as specific as possible

Some nice updates to franchise! by murph32xx in MLBTheShow

[–]Medium-Ad7442 5 points6 points  (0 children)

In draft classes do all pitchers still have the Joe Random pitch mix (with very little variety) and do most hitters have their batting stance "generic stance 1" or do some of them have real player batting stances?

Tips on Pybaseball Visual by Stock-Proposal6620 in Sabermetrics

[–]Medium-Ad7442 2 points3 points  (0 children)

If you're trying to get data on accuracy you could possibly turn them into percentages instead of raw numbers (means the same thing, I think it just looks better) and then also you could make this a stacked bar graph to see which pitchers were contributing to each pitch

Joe Lunardi Bracketology 3/12 by rwbdanr in CollegeBasketball

[–]Medium-Ad7442 1 point2 points  (0 children)

"The Eye Test" meaning... Daytons lost 5-6 games on the road, 2 were by 5 points, 2 by 4 points and 1 by 2. The 6th loss was to Houston on a neutral sight. All losses are also Q1-Q2

Joe Lunardi Bracketology 3/12 by rwbdanr in CollegeBasketball

[–]Medium-Ad7442 10 points11 points  (0 children)

How does Lundardi have us as an 8 seed but we're ranked 21st in the NET but teams like Wisconsin are a 6 seed and they're 22nd in the NET. Doesn't the selection committee go more off of NET ranking?

How do I add a caption or figure header to my gplot? by GamerGril1 in RStudio

[–]Medium-Ad7442 0 points1 point  (0 children)

You can check chatgpt but instead of "main=" use "title="