pbPlots icon indicating copy to clipboard operation
pbPlots copied to clipboard

A plotting library available in many programming languages.

Results 4 pbPlots issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi guys, I'm trying the c++ version, I was wondering if legends are supported. I can't find any reference in the source code, so I think that they are not...

Hello, My code compiles perfectly but no png file is created. Here the method supposed to plot the curve : `void Sol::draw_sol_init(){ bool sucess; StringReference *errorMessage = new StringReference(); RGBABitmapImageReference...

Hello, I am using pbplots as per the tutorial: https://github.com/InductiveComputerScience/pbPlots/blob/master/Cpp/example1.cpp For this new version. The first error I get is : ``` error: ‘FreeAllocations’ was not declared in this scope...

I am a relatively new C programmer and am trying to run the pbPlots example 1 under the old (and free) Visual Studio 2010 C IDE. If I am interpretting...