<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 40: Export to Bitmap / Printer</title><link href="https://sourceforge.net/p/nplot/bugs/40/" rel="alternate"/><link href="https://sourceforge.net/p/nplot/bugs/40/feed.atom" rel="self"/><id>https://sourceforge.net/p/nplot/bugs/40/</id><updated>2010-06-03T12:55:33Z</updated><subtitle>Recent changes to 40: Export to Bitmap / Printer</subtitle><entry><title>Export to Bitmap / Printer</title><link href="https://sourceforge.net/p/nplot/bugs/40/" rel="alternate"/><published>2010-06-03T12:55:33Z</published><updated>2010-06-03T12:55:33Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net7b0cebb3406daab73c2e1b900d74822c59c330f5</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I have a problem when I export Plotsorfaces to Bitmap:&lt;br /&gt;
the text on the axis is very blurred, and the lines and bars on the plot look very fuzzy, compared to the &lt;br /&gt;
same plot against the sceen. Attached is a PDF with lots of charts, all of them look much better on the&lt;br /&gt;
screen. &lt;/p&gt;
&lt;p&gt;This is the code (in fragments) I use: &lt;/p&gt;
&lt;p&gt;NPlot.Bitmap.PlotSurface2D plotSurfaceBitmap = new NPlot.Bitmap.PlotSurface2D (width, height);&lt;br /&gt;
Draw_Chart (plotSurfaceBitmap,width,height);&lt;br /&gt;
plotSurfaceBitmap.BackColor = Color.White; // Color Outside the plot.&lt;br /&gt;
plotSurfaceBitmap.Refresh ();&lt;br /&gt;
Bitmap bitmap = plotSurfaceBitmap.Bitmap;&lt;/p&gt;
&lt;p&gt;The Bitmap gets saved and printed.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>