For plotting questions related to adjusting the y-axis.
Questions tagged [yaxis]
528 questions
-2
votes
1 answer
How to add a spanning ylabel on tiledlayout plots?
I've got a tiled layout in MATLAB with 3 tiles and I want to add a vertical label left to the y-axis, spanning over all tiles.
figure('units','normalized','outerposition',[0 0 0.4 0.91])
tlo =…

Alina
- 1
- 2
-2
votes
1 answer
How do I move player on y axis in python 3?
I'm trying to move my character through a maze using bitmap. I'm not very good with python yet, so I don't know if this is obvious or not.
The code looks like this:
# the code that works
def movePlayerRight(self):
next_tile_x =…

AbnormalHare822
- 1
- 1
-4
votes
1 answer
How to plot multiple time series plots in a grid, where each plot has two y axes?
I need to plot several time series charts on the same page, each in its own panel in a grid 3x2 or similar. In the latter case I'd have 6 charts on a page in 3 rows and 2 columns. I need to use R, any popular plot library is fine.
Further, each…

Aksakal almost surely binary
- 320
- 1
- 11