help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Printing and Exporting scatter3


From: Mike Miller
Subject: Re: Printing and Exporting scatter3
Date: Mon, 13 Jun 2016 16:53:30 -0700
User-agent: Mutt/1.6.0 (2016-04-01)

On Mon, Jun 13, 2016 at 19:14:38 -0400, Stephen H. Dawson wrote:
> I am unable to print or export scatter3 in an effective manner. There
> are 2 obstacles.
> 
> First, the grid lines for all 3 axes are not coming through on either a
> PDF or an image file of jpg or png.

This works for me.

> Second, it is preferred to export or print with the option of not
> printing the top and bottom window bars.

Not sure what you mean here, but I don't see any bars or lines other
than the figure and axes.

> I am accommodating by screen shot of the focused window, the graph, then
> using either gimp or Libre writer to crop. This seems inefficient. I
> have several dozen graphs to render for a report.
> 
> Is this functionally result a failure of understanding on my part of the
> expected functionality of GNU Octave? If the later, what is the
> preferred method to submit a feature request?

It might help to share what commands you are actually running, and
attach an example image that shows the problems you have with the
output.

I grabbed your scatter_plot_3D.m script from an earlier thread, replaced
the odsRead with

  dataSet = 20 * rand (50, 3) - 10;

and ran

  scatter_plot_3D
  print ex.pdf

I come up with something like the attached (with Octave 4.0.2). I see
three sets of grid lines and I don't see any bars above or below the
plot area.

-- 
mike

Attachment: ex.pdf
Description: Adobe PDF document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]