Plotting to PDF with V11
-
- Posts: 4
- Joined: Wed Jan 20, 2016 12:14 pm
Plotting to PDF with V11
has anyone had problems with pdf plots not coming out in colour? my title block is in colour but everything inside the title border is black and white.
-
- Posts: 716
- Joined: Thu Nov 15, 2012 1:16 pm
-
- Posts: 5711
- Joined: Tue Oct 04, 2005 12:50 pm
- Location: Brisbane
- Contact:
Sounds like you may be plotting through one of the new plotter mapping files (*.pmf) shipped with V11. Which Plotter type are you specifying? And which colours (specifically the colour numbers) are you plotting? If the colour numbers you are using do not match the standard colours in $SET_UPS\colours.4d, then they won't be listed in any of the new PMFs, and the colour will then plot black by default.
-
- Posts: 5711
- Joined: Tue Oct 04, 2005 12:50 pm
- Location: Brisbane
- Contact:
Note that the standard Plotter type "pdf_12d", will probably plot through pmf_colour.pmf (found in $SET_UPS if not found elsewhere first), as it is set as the value of environment variable PLOTTER_MAPPING_4D in the default $SET_UPS\env.4d shipped with 12d V11.
If you don't want to plot through a PMF, try the standard Plotter type "PDF unmapped".
If you don't want to plot through a PMF, try the standard Plotter type "PDF unmapped".
-
- Posts: 4
- Joined: Wed Jan 20, 2016 12:14 pm