Changes

Jump to navigation Jump to search
43 bytes added ,  16:29, 12 February 2022
m
Line 35: Line 35:     
===Bar===
 
===Bar===
 +
 +
==== Vertical ====
 
<syntaxhighlight lang="python3">
 
<syntaxhighlight lang="python3">
 
import numpy as np
 
import numpy as np
Line 65: Line 67:     
plt.show()
 
plt.show()
</syntaxhighlight><syntaxhighlight lang="python3">
+
</syntaxhighlight>
 +
 
 +
==== Horizontal ====
 +
<syntaxhighlight lang="python3">
    
import csv
 
import csv

Navigation menu