Questions tagged as 'plot'

0
answers

Problem with the data acquisition time function provided by Arduino

I'm doing a plot vs time temperature via Arduino in a graphical interface. The program is catching on. Problem is in the function of time: # -*- coding: utf-8 -*- import matplotlib import matplotlib.pyplot as plt from PyQt4 import QtGui, QtCor...
asked by 18.10.2017 / 18:37
0
answers

Plotting graphs - R

Does anyone know a library, in R, for plotting graphs with large numbers of vertices (close to 3,000 vertices)?     
asked by 03.05.2017 / 16:59
0
answers

How to plot the graph of a complex equation in latex?

I need to create standard maps ( link ). How can I implement a chart like this below in latex?     
asked by 25.05.2016 / 15:08
1
answer

Plotting circles on different planes

I need to plot circles in the zy and zx planes, but I can only plot in the xy plane, because by changing the variables x, y and z, I forget the shape of the circle. How can I fix this? import numpy as np from matplotlib import pyplot as plt im...
asked by 04.10.2018 / 01:57