Are you using the WX Gui or the Qt Gui instrumentations? With Qt, you can use the middle mouse button to bring up a menu that has a "Save" entry, which allows you to get a PNG of the visualization.
Best regards, and happy hacking, Marcus On 10/27/2015 10:23 AM, Chad R wrote: > Good day everyone > > I'm working on a report for my final year engineering project and I > want to include some plots from GRC. Taking a screenshot of the plot > isn't ideal as it saves it as a png. Is there a better way I could > export it for importing into word? Preferably some vector format. > Also the default font size is to small. Currently I'm trying to > correct it by adding the following code to the topblock.py file: > > f = self.font() > f.setPixelSize(15) > self.setFont(f) > > This does change font size however it ruins the widget layout. Is > there a better way I can change the font size? > > Thank you in advance > Chad Richts > > > _______________________________________________ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio