Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kvgc authored Dec 13, 2023
1 parent be6b397 commit fdb34ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ plt.tight_layout()
Using beautifyPlot

```python
from beautifyPlot import beautifyPlot
from beautifyPlot.bplt import beautifyPlot
import numpy as np
x = np.arange(0,100,1)
y = x**3
Expand All @@ -46,4 +46,4 @@ beautifyPlot({
})


```
```

0 comments on commit fdb34ca

Please sign in to comment.