Tagged Questions
3
votes
1answer
247 views
PSTricks---plotstyle LSM (Least Square method)
I am discovering PSTricks's plotstyle=LSM to make a regression analysis y=m x + c. Here is my code:
\documentclass[12pt]{article}
\usepackage{filecontents}
\begin{filecontents*}{data.dat}
0.0 0.0
...
3
votes
2answers
1k views
Bar plot labels and grids
\documentclass[a4paper,11pt]{report}
\usepackage{tikz}
\usepackage{verbatim}
\usepackage{pgfplots}
\begin{document}
\begin{tikzpicture}
\begin{axis}[
title = {Optimalization based upon co-occurences},
...