kopia lustrzana https://github.com/animator/learn-python
Update matplotlib-line-plot.md
rodzic
310ff8f340
commit
34d7bc39c9
|
@ -31,7 +31,7 @@ plt.show()
|
|||
```
|
||||
When executed, this will show the following line plot:
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
## Curved line
|
||||
|
@ -49,7 +49,7 @@ plt.show()
|
|||
```
|
||||
When executed, this will show the following Curved line plot:
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
## Line with Labels
|
||||
|
@ -74,7 +74,7 @@ plt.show()
|
|||
```
|
||||
When executed, this will show the following line with labels plot:
|
||||
|
||||

|
||||

|
||||
|
||||
## Multiple lines
|
||||
|
||||
|
@ -100,7 +100,7 @@ plt.show()
|
|||
```
|
||||
When executed, this will show the following Multiple lines plot:
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
## Dotted line
|
||||
|
@ -126,7 +126,7 @@ plt.show()
|
|||
|
||||
When executed, this will show the following Dotted line plot:
|
||||
|
||||

|
||||

|
||||
|
||||
## Line ticks
|
||||
|
||||
|
@ -162,7 +162,7 @@ plt.show()
|
|||
|
||||
When executed, this will show the following line ticks plot:
|
||||
|
||||

|
||||

|
||||
|
||||
## Line with asymptote
|
||||
|
||||
|
@ -218,7 +218,7 @@ plt.show()
|
|||
|
||||
When executed, this will show the following Line with asymptote plot:
|
||||
|
||||

|
||||

|
||||
|
||||
## Line with text scale
|
||||
|
||||
|
@ -263,6 +263,6 @@ plt.show()
|
|||
```
|
||||
When executed, this will show the following Line with text scale plot:
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue