Cliff Karlsson
自 2018 起处于活动状态
Followers: 0 Following: 0
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...
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...
6 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0