PYTHON CODE:
import serial # import Serial Library
import numpy # Import numpy
import matplotlib.pyplot as plt #import matplotlib library
from drawnow import *
tempF= []
pressure= []
arduinoData = serial.Serial('com6', 115200) #Creating our serial object
named arduinoData
plt.ion() #Tell ma
Members of the matplotlib community,
As one of the co-chairs in charge of organizing the birds-of-a-feather sessions
at SciPy this year I wanted to reach out to your community to encourage you to
submit a BoF proposal to open up a discussion on topics related to matplotlib
development, future o
Is there any news about this thing?
anyone know of a working matplotlib on arm chips?
--
View this message in context:
http://matplotlib.1069221.n5.nabble.com/Matplotlib-on-Android-tp44304p45739.html
Sent from the matplotlib - devel mailing list archive at Nabble.com.
---
PYTHON CODE:
import serial # import Serial Library
import numpy # Import numpy
import matplotlib.pyplot as plt #import matplotlib library
from drawnow import *
tempF= []
pressure= []
arduinoData = serial.Serial('com6', 115200) #Creating our serial object
named arduinoData
plt.ion() #Tell mat