Bug Tracker
I’m currently working on a major new version of the datatool package. This may take a while. Please be patient. (Experimental version available for testing.)
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 |
Sign in to subscribe to notifications about this report.
Description
dataplot DTLplotroundXvar may also set DTLplotroundYvarif you set
\c@DTLplotroundXvarin dataplot.sty line 552 to
\c@DTLplotroundYvarit 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
Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=118