Search found 6 matches

by Grasshoper
Tue Feb 26, 2013 5:07 pm
Forum: Graphics, Figures & Tables
Topic: Iterating a Map in 3D
Replies: 1
Views: 2293

Iterating a Map in 3D

Dear all,

I wonder if it is possible to iterate and plot a map in Latex using Pstricks (pst3d?) or Tikz (tikz pgf?) ?
I currently use matlab to do this, but I'd like to try this in latex (and think I come over some solution a while ago).

Thanks in advance,

Grass
by Grasshoper
Mon Jul 02, 2012 3:52 pm
Forum: Graphics, Figures & Tables
Topic: pst-3dplot | Ticks and Labels on the Axes
Replies: 6
Views: 3600

Re: pst-3dplot | Ticks and Labels on the Axes

Thanks for the fast reply.
In fact I need the whole thing: grids, axes and nodes.

Apart the axes label and ticks, the rest is ok.

Could not figure why ticks and label does not appear, event with dx,dy,dz turned on.
by Grasshoper
Mon Jul 02, 2012 8:10 am
Forum: Graphics, Figures & Tables
Topic: pst-3dplot | Ticks and Labels on the Axes
Replies: 6
Views: 3600

pst-3dplot | Ticks and Labels on the Axes

Thx for the reply.
Both Building up and Hacking down approaches are of great use for any programmer, and I do use both of them intensively (and i do try them before posting here). However, it doesn't help with the current problem:

\documentclass[a4paper]{article}
\usepackage[english]{babel ...
by Grasshoper
Sun Jul 01, 2012 7:48 pm
Forum: Graphics, Figures & Tables
Topic: pst-3dplot | Ticks and Labels on the Axes
Replies: 6
Views: 3600

pst-3dplot | Ticks and Labels on the Axes

Ok, thanks for the reply.
However, the minimal example is provided in the initial post. All is about the axes, ticks and labels, and not about the mesh. Anyway, here is the full code:
\begin{figure}[h]
\begin{center}
\psset{xunit=4cm,yunit=4cm,Alpha=160,Beta=15}
\begin{pspicture}(0,-0.5)(1,1 ...
by Grasshoper
Sun Jul 01, 2012 6:02 pm
Forum: Graphics, Figures & Tables
Topic: pst-3dplot | Ticks and Labels on the Axes
Replies: 6
Views: 3600

pst-3dplot | Ticks and Labels on the Axes

Hi there,

I'm using pst-3dplot to plot a 3D mesh between [0,1]. Although the mesh is OK, I could not figure how to get label and ticks on the axes. I tried many options using the package manual but failed.

Here is my (wrong) code:
\begin{figure}[h]
\begin{center}
\psset{xunit=4cm,yunit=4cm,Alpha ...
by Grasshoper
Mon Mar 12, 2012 1:50 pm
Forum: Graphics, Figures & Tables
Topic: PSTricks | Order of Layers in a 3D Figure
Replies: 0
Views: 1246

PSTricks | Order of Layers in a 3D Figure

Hi everybody,

I'm actually using PSTricks for plotting 3 grids in a 3D graph, however, it seems the vertical position of layers (the grids) is not ordered (the layer above is over the bottom layer) and it looks strange when I plot the whole.

My code is:
\begin{center}
\def\gridG{\psgrid ...