Bug Tracker RSS feed

ID 118🔗
Date: 2017-01-12 09:51:15
Last update: 2023-12-13 16:49:44
Status Open
Sign in if you want to bump this report.
Category datatool
Version 2.27
Summary dataplot setcount for digits after decimal point on y-axis doesn't work

Return to Search Results

Sign in to subscribe to notifications about this report.

Description

dataplot DTLplotroundXvar may also set DTLplotroundYvar

if you set

\c@DTLplotroundXvar
in dataplot.sty line 552 to
\c@DTLplotroundYvar
it should work again.

MWE

Download (472B)

\documentclass[11pt]{article}
\usepackage[naustrian]{babel}
\usepackage[utf8]{inputenx}
\usepackage{mathpazo}
\usepackage{datatool}
\usepackage{dataplot}

\DTLloaddb{sin}{sin.csv}

\begin{document}

\begin{figure}
  \setcounter{DTLplotroundXvar}{0}
  \setcounter{DTLplotroundYvar}{1}
  \DTLplot{sin}{x=WinkelGrad,y=Wert,style=lines,height=5cm,xlabel=Winkel in Grad,xticgap=30,yticgap=0.5,ylabel=Sinus,box}
  \caption{Das ist eine Abbildung.}
\end{figure}

\end{document}

Evaluation

This should be fixed in the upcoming v3.0. There's an experimental version available for testing.

Comments

0 comments.


Add Comment

Name (optional):

Are you human? Please confirm the bug report ID (which can be found at the top of this page) or login if you have an account. All guest comments have to be manually checked before they appear on the page. There are too many bots trying to spam the site to allow unauthenticated users to post without verification.

Comment:


You can use the following markup:

Block:

[pre]Displayed verbatim[/pre]
[quote]block quote[/quote]

In line:

[tt]code[/tt]
[file]file/package/class name[/file]
[em]emphasized text[/em]
[b]bold text[/b]
[url]web address[/url] [sup]superscript[/sup]
[sub]subscript[/sub]

Ordered list:
[ol]
[li]first item[/li]
[li]second item[/li]
[/ol]

Unordered list:
[ul]
[li]first item[/li]
[li]second item[/li]
[/ul]

You can use the Preview button to review your message formatting before submitting.

Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=118

Return to Search Results