Search found 1 match

by johannesschauer97
Tue Apr 19, 2016 8:40 pm
Forum: Graphics, Figures & Tables
Topic: axis: Dimension too large when setting ymax=800,000
Replies: 0
Views: 2858

axis: Dimension too large when setting ymax=800,000

Hey guys,

I actually want to draw a graph with xmax=260 and ymax=800,000, but when I want to render I get: "Dimension too large"

What can I do?

\documentclass{article}

\usepackage{pgfplots}
\pgfplotsset{compat=1.12}
\begin{document}
\begin{tikzpicture}
\begin{axis}[
width=4in,
height=4in ...