Changing graph line width in controlP5

edited March 2014 in Library Questions

I am using the controlP5 library to draw a couple of RollingLine2D graphs. Each of the four lines on the graph is one pixel wide. The graph lines need to show up on a laptop while outside monitoring a wood gasifier. They are so fine it is hard to see them even inside. I can't find a way to change the width of the line being graphed. My inexpert viewing of the controlP5 java docs didn't show me a way to control this and adding strokeWeight(4) before the drawing of the graph made the borders of the graph wide but left the graph lines at one pixel wide. Any help would be appreciated.

Answers

  • The library I am using for the graphing is gwoptics not controlP5

Sign In or Register to comment.