[EMAIL PROTECTED] wrote:
> Dear All,
> 
> For the class "PrintoutWx" in backend_wx.py, because it doesn't update the API
> change from  matplotlib 0.98.3. All of "print" and "print preview" doesn't
> work correctly on new version(matplotlib 0.98.3.)
> 
> if we change the line in 2109 "self.canvas.figure.dpi.set(fig_dpi)"
> into
> "self.canvas.figure.set_dpi(fig_dpi)".
> Then it works.
> 
> Would you please change that.

Fixed in svn 6123.

Thank you.

Eric

> 
> Your sincerity,
> Ziwen Fu
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to