[matplotlib-devel] Problems with scrolling graph

2015-06-19 Thread aureta
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

[matplotlib-devel] SciPy 2015 BoF Session

2015-06-19 Thread Kyle Mandli
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

Re: [matplotlib-devel] Matplotlib on Android

2015-06-19 Thread oren
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. ---

[matplotlib-devel] Problems with scrolling graph

2015-06-19 Thread aureta
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