Hi,
I'm using dplot Jr 2.2.1.3
When trying to print 4 plots in one sheet fonts are not adapted to new smaller dimension but titles and labels just overwrite each other in a complete mess ...
Am I just making some kind of error?
Thanks a lot,
Max
Font in multiple plot prints
Moderator: DPlotAdmin
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
Max,
You aren't making an error, DPlot just doesn't handle this especially well unless you use a [Size()] command to set the physical size of each plot. When you do that then (when that size won't fit in the allotted space on the page) everything is scaled down proportionately. If you do not set the plot size then fonts will be whatever size you set them to, which in this case is likely too large.
You aren't making an error, DPlot just doesn't handle this especially well unless you use a [Size()] command to set the physical size of each plot. When you do that then (when that size won't fit in the allotted space on the page) everything is scaled down proportionately. If you do not set the plot size then fonts will be whatever size you set them to, which in this case is likely too large.
Visualize Your Data
support@dplot.com
support@dplot.com
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
The default units used in text boxes that take some physical distance is set under Options>General. You have a choice of inches, points (1/72 inch), centimeters or millimeters.I have anyway a comment: it is quite difficult to manage inches for the dimensions of the plots ... at least for europeans
I mean pixel would be better, isn't it?
But you can also override the default units by using the appropriate abbreviation in those text boxes. DPlot accepts " or in for inches, pt for points, cm for centimeters, and mm for millimeters. None of these are case-specific. If you leave the unit designation out then the default units are assumed.
Pixels (or printer dots): no, because that's very device-specific. For example if you were able to set the plot width to 500 pixels, you probably wouldn't want a printout on a 2400 dpi printer to be 500 printer dots wide (about 1/2 cm).
Visualize Your Data
support@dplot.com
support@dplot.com
Well ... you are right ... actually I was thinking to monitor pixel not printer ones ...
Anyway the problem was that using inches (cm is equivalent) I was able to get dplot printing multiple plots correctly but not displaying them as I wanted ...
I solved using suggestions from:
http://blogs.msdn.com/oldnewthing/archi ... 82971.aspx
Thank you for support!
Max
Anyway the problem was that using inches (cm is equivalent) I was able to get dplot printing multiple plots correctly but not displaying them as I wanted ...
I solved using suggestions from:
http://blogs.msdn.com/oldnewthing/archi ... 82971.aspx
Thank you for support!
Max