Skip to content
Advertisement

How to Make Coordinates on Sympy Cartesian Graph

I’ve browsed everywhere but there is no answer that can be used as a reference for making coordinates on a sympy python Cartesian graph. Here and here I’ve studied but still can’t solve the problem I found in my code.

JavaScript

I want a = 1 and b = 3 to be connected to the x and y axes. Any help will be highly appreciated.

Advertisement

Answer

This is how I would do it:

JavaScript

enter image description here

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement