Bugs item #3010994, was opened at 2010-06-03 12:55
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3010994&group_id=161868
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: General
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Export to Bitmap / Printer
Initial Comment:
I have a problem when I export Plotsorfaces to Bitmap:
the text on the axis is very blurred, and the lines and bars on the plot look very fuzzy, compared to the
same plot against the sceen. Attached is a PDF with lots of charts, all of them look much better on the
screen.
This is the code (in fragments) I use:
NPlot.Bitmap.PlotSurface2D plotSurfaceBitmap = new NPlot.Bitmap.PlotSurface2D (width, height);
Draw_Chart (plotSurfaceBitmap,width,height);
plotSurfaceBitmap.BackColor = Color.White; // Color Outside the plot.
plotSurfaceBitmap.Refresh ();
Bitmap bitmap = plotSurfaceBitmap.Bitmap;
The Bitmap gets saved and printed.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=821568&aid=3010994&group_id=161868
|