Search found 5 matches

by cyrlang
Mon Jun 04, 2018 10:35 pm
Forum: Graphics, Figures & Tables
Topic: pgfplots : symbolic coordinates not displayed
Replies: 1
Views: 5608

pgfplots : symbolic coordinates not displayed

Hello,

I'm trying to draw a plot using pgfplots with symbolic x coordinates and y data, as explain in the pgfplots manual. My Tex installation is the latest MacTeX 2018. The plot is quite good, except for the x coordinates, where only the first one is drawn. If I change the order of the \addplot ...
by cyrlang
Wed Jun 15, 2016 4:11 pm
Forum: Graphics, Figures & Tables
Topic: TExample "map projections" not working
Replies: 3
Views: 5195

TExample "map projections" not working

Hi again,
It's very strange : I obtained a correct drawing using .estyle in longitude macros and .style in latitude's one, and avoiding .prefix in the DrawLongitudeCircle command. Here is the changes I have made to the code of Marco Miani, with comments on the previous elements. Unfortunately, I ...
by cyrlang
Wed Jun 15, 2016 3:39 pm
Forum: Graphics, Figures & Tables
Topic: TExample "map projections" not working
Replies: 3
Views: 5195

TExample "map projections" not working

Hi,

I have problems with these codes for 3D graphics since TeXLive 2014. For me, changing .estyle for .style does not fix the bug : longitude planes are drawn, but spherical-and-cartesian-grids.pdf lines and vectors are not drawn within the expected planes (see attachment). The bug persists with ...
by cyrlang
Tue Jul 31, 2012 4:44 pm
Forum: Graphics, Figures & Tables
Topic: tabulary | Table format
Replies: 2
Views: 3107

tabulary | Table format

My apologies for the previous post! I finally found the source of my problem: a very, very basic mistake! :oops:
I have written :
\begin{tabulary}{\textwidth}{|>{\small }L >{\small }L |*{6}{>{\small } C} |}\\ \cline{3-8}
instead of
\begin{tabulary}{\textwidth}{|>{\small }L >{\small }L |*{6 ...
by cyrlang
Fri Jul 27, 2012 7:13 pm
Forum: Graphics, Figures & Tables
Topic: tabulary | Table format
Replies: 2
Views: 3107

tabulary | Table format

Hi all,

I want to draw a table with vertical left border, except for the first cell. I have do it many times before, but that time, the compilation give me a single vertical line before the first row of the table. This behavior persists if I switch the tabulary environment for a simple tabular, or ...