Posts by Felipe Balbino • 11 points
2 posts
-
0
votes1
answer33
viewsQ: How to create bar graph with 2 different y axes and the same x axis?
I’m trying to plot a bar graph with 2 different y axes and the same x-axis. The closest I’ve come to success with the following code: fig = plt.figure() # Create matplotlib figure ax =…
-
0
votes0
answers54
viewsQ: Difficulty with cell array
I have to create, in C, a program that receives a train of N wagons and rearranges these wagons in ascending order from 1 to N; To rearrange, K waiting rails are used (value informed by the user);…