- #1
- 962
- 667
How can we add lines, text etc onto a bitmap image (for example one created via Rasterize[] ), using Mathematica commands?
At the moment my use case is that I want to ListPlot[] a graph that has about a million plus line segments. My free WolframCloud account runs into memory limits when storing the array and building the ListPlot. Instead, I'd like to loop through some code that will draw the line segments onto a canvas like object so that it doesn't have to hold all the numeric data at one time.
At the moment my use case is that I want to ListPlot[] a graph that has about a million plus line segments. My free WolframCloud account runs into memory limits when storing the array and building the ListPlot. Instead, I'd like to loop through some code that will draw the line segments onto a canvas like object so that it doesn't have to hold all the numeric data at one time.