Community Profile

photo

Cliff Karlsson


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Answered
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 years ago | 0

Question


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...

5 years ago | 2 answers | 0

2

answers

Question


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...

5 years ago | 0 answers | 0

0

answers

Question


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...

5 years ago | 1 answer | 0

1

answer

Question


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 ...

5 years ago | 2 answers | 0

2

answers

Question


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...

5 years ago | 1 answer | 0

1

answer

Question


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...

5 years ago | 1 answer | 0

1

answer

Question


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; ...

5 years ago | 1 answer | 1

1

answer

Question


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 ...

5 years ago | 1 answer | 0

1

answer

Question


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...

5 years ago | 1 answer | 0

1

answer

Question


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...

5 years ago | 0 answers | 0

0

answers

Question


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...

5 years ago | 1 answer | 0

1

answer

Question


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...

5 years ago | 2 answers | 0

2

answers