Dear All, Issue resolved. For completeness sake the following resolved my issue. $plot->SetIsInline(true); $plot->SetOutputFile('file_name'); then you need to place it as an image. Regards and thank you
Dear Team, Can I ask whether it is possible to use the output of PHplot as an image to insert it in a pdf using fpdf? All examples that I have seen and tested are attributed to creation of plots as stand alone. What I require is to include phplots inside other content. The graphs have to be dynamically generated and then the resulting output be included in a report. Thanks for your assistance.