processing
displaying four sets of data on one graph
I am very new to this and hoping that you would be able to help. I\'m trying to plot 4 sets of data on 1 graph from a .txt file. At the moment they are being shown separately by pressing a \'[\' key[详细]
2023-02-22 12:38 分类:问答Just scaling a rectangle
I\'m trying to start with processing. Now I\'m just trying to scale a rectangle. I have found this example:[详细]
2023-02-22 06:51 分类:问答Transform from relative to world space in Processing
What is a good way of transforming a local relative point, into the world (screen) space in Processing?[详细]
2023-02-20 16:52 分类:问答Average blur code bug
PImage toAverageBlur(PImage sourceImg) { PImage newImg = new PImage(sourceImg.width, sourceImg.height);[详细]
2023-02-20 13:15 分类:问答How to get screen coordinates in Processing
I am using Processing to do a project. I have a sketch (actually text) in the sketch board by using the draw function.[详细]
2023-02-20 09:27 分类:问答NullPointerException in Processing, Java
I\'m hoping some of you are familiar with the Processing development environment for Java. I\'ve searched the site, but wasn\'t able to find too much. So I\'m supposed to be passing command-line argum[详细]
2023-02-20 05:00 分类:问答graphical visualisation of twitter data - using processing java
can someone give some examples of how I can show a graphical visualisation of twitter data using animation.[详细]
2023-02-19 21:11 分类:问答Max-msp or Processing [closed]
Closed. This question is opinion-based. It is not currently accepting answers. 开发者_StackOverflow中文版[详细]
2023-02-19 17:26 分类:问答How to draw a set of horizontal lines?
I 开发者_运维知识库am new to OpenGL as learning exercise I decided to draw a set of horizontal lines from a grid of m x n matrix containing the vertices locations[详细]
2023-02-19 16:04 分类:问答What Java 2D library should I choose for meshing?
I have read many posts and intros开发者_如何学Go about various Java graphics libs, but couldn\'t find out which one best suits my needs. What I have to do is make some simple visualising panel with dy[详细]
2023-02-18 23:44 分类:问答