discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Plot layout


From: Chad R
Subject: [Discuss-gnuradio] Plot layout
Date: Tue, 27 Oct 2015 11:23:03 +0200

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]