Community Profile

photo

cnrvx732


Active since 2021

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


Tick marks when I set "box on".
When I set "box on", the tick marks appear on the top, bottom, left and right sides of the plot. Can I make it only show left a...

3 years ago | 1 answer | 1

1

answer

Answered
I want to eliminate the margins of Axes, but it doesn't work.
I was solved this problem by inserting following code. ax.Position(1)=ax.OuterPosition(1)+ax.TightInset(1);

3 years ago | 0

| accepted

Question


I want to eliminate the margins of Axes, but it doesn't work.
I tried to remove the left and right margins with the following code, but it did not work. I have set the width of the OuterPos...

3 years ago | 2 answers | 0

2

answers

Question


Is the margin between the Axes' Position and OuterPosition uncontrollable?
When I run the following code, the result is as shown in the attached image (margins are filled in with Paint for clarity). Is i...

3 years ago | 1 answer | 0

1

answer

Question


I want to reduce the width of certain plots in a subplot from other plots.
By default, all vertically stacked sublots are displayed with the same width, but I would like to narrow the width of a specific...

3 years ago | 2 answers | 0

2

answers