|
From: don t. <dt...@to...> - 2010-02-22 22:38:31
|
> > One problem I note in both cases: Font changes made with the "Choose > > Font" Windows dialog do not take effect unless followed by a replot > > There is something missing from the code that redraws the plot when > > the dialog is closed. I'm sure that someone who is more of a Windows > > programmer than I can fix this easily. > > No, there is nothing missing in the code that redraws the plot. > And I'm not sure this can be easily fixed. > > This is a manifestation of a principal problem in gnuplot's plotting > algorithm. > Benjamin, Thanks for the explanation of why the current code needs the replot. This analysis seems to suggest that my (revised) patch calling do_string_replot(), as suggested by Ethan, is the best solution. Don Taber |