photo

Cliff Karlsson


2018년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 3

배지 보기

Feeds

보기 기준

답변 있음
Show temperature differences in a dataset
I tried to understand how to add a slider, but the image does not update when I move the slider. What am I doing wrong? fun...

5년 초과 전 | 0

질문


Show temperature differences in a dataset
I have a data-set with 360*512*237 temperature readings. The actual readings is 360*512 and there are 237 readings. I want to...

거의 6년 전 | 답변 수: 2 | 0

2

답변

질문


How do I visualize a matrix of values?
I have a dataset with temperatures from an rotating cylinder. I have got some help to visualize it like a flat heatmap. Can some...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


Recreate plot from image
How can I recreate the plot in the picture? I just want to understand how to add multiple axes and how to scale every axis to di...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


Select xlim max-value
Is it possible to return the xlim max directly with a oneliner? Rigth now I am using: xmax = xlim max = xmax(2) I am ...

거의 6년 전 | 답변 수: 2 | 0

2

답변

질문


Add multiple y axes to a plot
How can I add several y-axes to the following plot? I want one y-axis for each data category (MPG, Horsepower...) that is also s...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


Change the shape of bars in a 3d-plot?
When plotting data using bar3 the columns gets a square shape, how do i modify that shape if I want to make the columns bigger a...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


What does Color(1-4) mean?
When trying to set alpha for lines in a parallelcoords-plot I stumbled on the command: lineobject(i).Color(4) = 0.5; ...

거의 6년 전 | 답변 수: 1 | 1

1

답변

질문


Scatter use different colors for data-points
I experimenting with the carbig dataset and want to use scatterplot3 to display some categories with different colors depending ...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


Use special characters like Å,Ä,Ö in plots?
I live in Sweden which uses characters like Å,Ä and Ö. But when I try to use them in labels or in datapoints the letters get cha...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


Change appearance of 3d graph
I have created a graph whith the following code: clear KPI = [ 3809 3902 3986 4063 4078 4097 4153 4243] Inkomst = [27...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


Add space between scatterpoint and text label?
I have a scatterplot where I have added text to every datapoint. It works as expected but the text is to low in respect to the d...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


How do I create multiple parallel lines
How do I create parallel lines in a certain interval like in the picture? I am pretty sure I can use line() but I have not manag...

거의 6년 전 | 답변 수: 2 | 0

2

답변