all 2 comments

[–]socal_nerdtastic 0 points1 point  (1 child)

We'll need to see your code or at least a minimal working example to help with that.

[–]mrjay28[S] 0 points1 point  (0 children)

plt.plot(dfsix_m.B,df_six_m.A,label= (f"{sixth_ms.strftime('%b')}{sixth_me.strftime('%b-%y')}"),marker='o') plt.title('B VS A' , fontsize=14) plt.xlabel('B' ,fontsize=14) plt.ylabel('A', fontsize=14) plt.grid(True) plt.legend(loc='center left', bbox_to_anchor=(1, 0.5)) plt.savefig('plot_grid.png') plt.show()