python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Tuples without dictionaries
I want to make a python function.
My solution, which I know is incomplete and wrong, is as follows:
s = [11.3, 16.1, 7.5, 4.3, 12.4, 10.3, 18.7, 9.3, 18.5]
x = dict([(a, 'Pass' if a>9.5 else 'Fail...
fpb_i
Votes: 0
Answers: 1
Making a 3d histogram from a datacube in python
So I currently have a datacube that is of dimensions 1014 by 1014 by 24. Essentially this is 24 images of size 1014 pixels by 1014 pixels. The 24 images were all taken at different times in the year
I...
ProtonChain
Votes: 0
Answers: 0
Problems understanding log-log ggplots
I'm working with a very large data set (too large to post here) and I'm really struggling with creating a histogram that looks right. This was my best try with the original data:
g <- ggplot(df2, a...

Karl Wolfschtagg
Votes: 0
Answers: 1
how to create a stack histogram with actual Y values
I have a dataset and want to create a stack histogram. I have the code below for both data and the histogram itself. However, when I run this code, I do get values of 200, which is not what I want. I ...
Borja
Votes: 0
Answers: 1