Search found 10 matches

by fruitfrisje
Tue May 21, 2013 9:32 am
Forum: Graphics, Figures & Tables
Topic: Sine Curve with variable Amplitude
Replies: 2
Views: 7063

Sine Curve with variable Amplitude

That works perfectly!

But now I am not being able to change the axis dimensions. The plot only goes to about 5 (x-axis) but I would like it to go to 8.

\documentclass[11pt,a4paper,twoside]{report}
\usepackage{pgfplots}

\begin{document}
\begin{tikzpicture}
\begin{axis}[
xlabel=$N$,
ylabel ...
by fruitfrisje
Mon May 20, 2013 4:47 pm
Forum: Graphics, Figures & Tables
Topic: Sine Curve with variable Amplitude
Replies: 2
Views: 7063

Sine Curve with variable Amplitude

I'm trying to create an irregular sine curve that looks likes variable amplitude stress. I've tried the following code. It looks OK, but the shape of the curve is not fluent but it has sharp edges. Any one an idea?

\documentclass[11pt,a4paper,twoside]{report}
\usepackage{tikz}
\usepackage{pgfplots ...
by fruitfrisje
Thu Feb 21, 2013 12:46 pm
Forum: Graphics, Figures & Tables
Topic: Reverse Scaling for Abscissa
Replies: 2
Views: 6235

Reverse Scaling for Abscissa

Setting x dir=reverse just did the trick!

Thanks
by fruitfrisje
Thu Feb 21, 2013 11:29 am
Forum: Graphics, Figures & Tables
Topic: Reverse Scaling for Abscissa
Replies: 2
Views: 6235

Reverse Scaling for Abscissa

Hi,

I've created a graph with pgfplots . Now I would like to mirror the abscissa so that the highest number would be on the left, and the smallest number on the right.
\documentclass{article}
\usepackage{pgfplots}

\begin{document}
\begin{tikzpicture}
\begin{semilogxaxis}[
grid=both,
enlarge x ...
by fruitfrisje
Tue Dec 18, 2012 2:26 pm
Forum: Graphics, Figures & Tables
Topic: Bar chart too many characters
Replies: 3
Views: 5855

Bar chart too many characters

Hi,
I do get the first part

Code: Select all

          xtick={5,15,...,170},
          xticklabels={1860,1870,...,2020},
Second code is true... why do difficult if it can be easy :D

The part that i don't get is how i can adjust the number of character in the horizontal bar, or is this fixed?
by fruitfrisje
Wed Dec 12, 2012 4:23 pm
Forum: Graphics, Figures & Tables
Topic: Bar chart too many characters
Replies: 3
Views: 5855

Bar chart too many characters

Hi,

I've created a bar chart from some data. There are 157 data lines, which also can been seen in the horizontal x-axis in the chart. It's looks not nice with that much data, is it possible that I can only show every 5 years instead of every year.

I've found this:
x post scale=2
but that only ...
by fruitfrisje
Wed Dec 05, 2012 3:35 pm
Forum: General
Topic: Entries for unnumbered Chapters in ToC
Replies: 6
Views: 4738

Re: Entries for unnumbered Chapters in ToC

if everything would have been that easy....

:oops:

Thank you very much!!!!
by fruitfrisje
Wed Dec 05, 2012 2:08 pm
Forum: General
Topic: Entries for unnumbered Chapters in ToC
Replies: 6
Views: 4738

Entries for unnumbered Chapters in ToC

Hope this code is a good working example. Just erased the unnecessary stuff



\documentclass[11pt, a4paper, twoside]{report}
\usepackage{graphicx} %Importing figures

\begin{document}
%----------------------------------------------------------------------------------------
% PREFACE ...
by fruitfrisje
Wed Dec 05, 2012 1:26 pm
Forum: General
Topic: Entries for unnumbered Chapters in ToC
Replies: 6
Views: 4738

Re: Entries for unnumbered Chapters in ToC

Hopefully this "minimum example"is OK
by fruitfrisje
Wed Dec 05, 2012 12:32 pm
Forum: General
Topic: Entries for unnumbered Chapters in ToC
Replies: 6
Views: 4738

Entries for unnumbered Chapters in ToC

Hi I'm having problems by creating a table of content. If googles everything but unfortunaly no answer.
What I have is this following:

\chapter*{preface}
\chapter*{summary}

\tableofcontents

\chapter{introduction}
\chapter{Literature}

The table of content gives this

Preface (inline with word ...