|
May
2 |
|
comment |
Open many files and plot colour by dataset in R Thanks for the effort. At the moment, my datasets aren't huge, so I will just add Name -- just figured there would be a way around it...
|
|
May
2 |
|
accepted | Open many files and plot colour by dataset in R |
|
May
2 |
|
comment |
Open many files and plot colour by dataset in R @Spacedman I see, this seems like it is creating a substantial amount of redundant data -- is there another way to achieve the effect I am after? |
|
May
2 |
|
revised |
Open many files and plot colour by dataset in R added 1348 characters in body |
|
May
2 |
|
comment |
Open many files and plot colour by dataset in R @DrDom: Unfortunately not. No change. |
|
May
2 |
|
comment |
Open many files and plot colour by dataset in R @RomanLuštrik: This doesn't make a difference unfortunately. Also, if it leave the p <- in, but remove colour=Name, the plot is produced, but all of the points are black.
|
|
May
2 |
|
asked | Open many files and plot colour by dataset in R |
|
Apr
16 |
|
asked | Random sampling to increase accuracy of pressure estimate? |
|
Apr
1 |
|
awarded | Notable Question |
|
Mar
4 |
|
awarded | Popular Question |
|
Jan
15 |
|
comment |
Python: Numpy array help. Is there a function to return the index of something in an array? If you are looking for the first row in which an item exists in the first column, this works (although it will throw an index error if none exist) rows, columns = np.where(array==item); first_idx = sorted([r for r, c in zip(rows, columns) if c == 0])[0]
|
|
Dec
22 |
|
awarded | Scholar |
|
Dec
22 |
|
accepted | Scientific software design |
|
Dec
21 |
|
awarded | Student |
|
Dec
21 |
|
asked | Scientific software design |
|
Dec
21 |
|
comment |
Properly design a parallel, performance critical numerical code @mmgp Agreed, and not arrogant. The question that I am actually trying to solve in my head is this: many numerical researchers face a problem like this at least once in their early career, but very very few are equipped with the skills needed to think about it. Equally, they don't always have the time to start small and build up. This is why much academic code is horrendously difficult to maintain and extend. I am hoping to use my experience of jumping in the deep end to produce a survival guide for the lab I work in... |
|
Dec
21 |
|
comment |
Properly design a parallel, performance critical numerical code @MartijnPieters Cool, thanks. I guess I will need an account over there too then? |
|
Dec
21 |
|
asked | Properly design a parallel, performance critical numerical code |
|
Nov
1 |
|
comment |
Integrate on a grid of multiple variables @EdGorcenski The equation is the second law of thermodynamics. Updated variables to make this clear. |
|
Nov
1 |
|
revised |
Integrate on a grid of multiple variables edited body |