i have a school project where i have to have a function that can draw a line from anywhere on the screen to anywhere else on the screen. i know that there are some functions included that do it for me
I\'ve read here that matplotlib is good at handling large 开发者_开发技巧data sets.I\'m writing a data processing application and have embedded matplotlib plots into wx and have found matplotlib to be
I want to implement a timeseries viewer that allows a user to zoom and smoothly pan. I\'ve done some immediate mode opengl before, but that\'s now deprecated in favor of VBOs.All the examples of VBOs
I have two plots. I need them to line up because the two plots have data that needs to be compared. So when you line them up the comparison is easy.
I\'m writing a program in Python.The first thing that happens is a window is displayed (I\'m using wxPython) that has some buttons and text.When the user performs some actions, a plot is displayed in
I have a dataset where missing data is represented as -999. The data goes from 0 to 1. I would like to plot the data as a line plot, but I don\'t want the valid numbers to connect to the missing data.
after running the perceptron code in Matlab I get the following weights: result= 2.5799 2.8557 4.4244 -4.3156
For a time series curve: I want to fix the dimensions and labels of the graph. Then plot a moving curve on the graph for some time series analysis. For example, a convolution.
I\'m happily drawing waveforms to screen from pcm data. I havea problem where occassionally the waveforms height will exceed the height of the display area height.
I should like to gnuplot some data for various devices, where the data is the time those devices开发者_如何学Go are in a certain state.