Search found 274 matches

by coachbennett1981
Wed Apr 02, 2025 1:50 pm
Forum: Graphics, Figures & Tables
Topic: Fill Between Again (I know.. I am trying)
Replies: 1
Views: 11793

Fill Between Again (I know.. I am trying)

I got the right area, but the axis is covered. I have tried a soft clip with fill between using the points of intersection (5pi/6 and pi/6), but that does not work. I have used Stefan's reference book and another to look some things up, but I can't get the axis to show. Any help is appreciated ...
by coachbennett1981
Tue Apr 01, 2025 2:14 pm
Forum: Graphics, Figures & Tables
Topic: More Fill Between Questions
Replies: 3
Views: 10026

Re: More Fill Between Questions

Thank you! I appreciate it! For some reason ( I believe the fill is the issue) but the colors are off. (See image)
filling.png
filling.png (63.5 KiB) Viewed 9988 times
by coachbennett1981
Tue Apr 01, 2025 11:59 am
Forum: Graphics, Figures & Tables
Topic: More Fill Between Questions
Replies: 3
Views: 10026

More Fill Between Questions

Hey Everyone,

I have been trying to figure out how to fill in this polar graph. I need to fill the intersection of the circle and function r=4+4cos x. I have been able to fill the whole circle in, but as you can see from my graph, I am missing the fill portion from the y-axis os the graph of r. I ...
by coachbennett1981
Tue Apr 01, 2025 11:55 am
Forum: General
Topic: LaTeX books at 15% discount
Replies: 1
Views: 84232

Re: LaTeX books at 15% discount

These books by Stefan are fantastic. I highly recommend you get them.
by coachbennett1981
Fri Mar 14, 2025 1:53 am
Forum: Graphics, Figures & Tables
Topic: Fill In Graph
Replies: 1
Views: 12474

Fill In Graph

Hey Everyone,

I have tried FillBetween and am now trying to use intersecting segments from a post I had on a different site. I am trying to create this graph from AP Classroom. I can't get the fill correct. If anyone could help, that would be great. I have tried many different combinations of L1 ...
by coachbennett1981
Fri Jan 17, 2025 12:10 pm
Forum: Graphics, Figures & Tables
Topic: Fill Between of Graphs not working
Replies: 2
Views: 11849

Re: Fill Between of Graphs not working

I removed the smooth option and replaced it with samples, and it works fine. No idea why that is.
by coachbennett1981
Fri Jan 17, 2025 3:47 am
Forum: Graphics, Figures & Tables
Topic: multicol parameter
Replies: 1
Views: 8950

Re: multicol parameter

Try this

Code: Select all

\setlength\extrarowheight{5pt}
by coachbennett1981
Fri Jan 17, 2025 3:11 am
Forum: Graphics, Figures & Tables
Topic: Fill Between of Graphs not working
Replies: 2
Views: 11849

Fill Between of Graphs not working

Hey Everyone,

I added a graph to my guided notes for students that just won't work. Here is my MWE


\documentclass{standalone}
\usepackage{pgfplots}
\pgfplotsset{compat=newest}
\usepgfplotslibrary{fillbetween}
\usetikzlibrary{arrows.meta}

\begin{document}

\begin{tikzpicture}
\begin{axis ...
by coachbennett1981
Wed May 29, 2024 11:39 am
Forum: Graphics, Figures & Tables
Topic: How do I include graphics on DVI LaTeX?
Replies: 1
Views: 4111

How do I include graphics on DVI LaTeX?

Thank you for the post. Without a minimal working example, this can be hard to diagnose. My guess is that you have the wrong path name for where your figure is. Make sure the figure is in the same location as your tex file.

For example, if I have a tex file under my documents folder and so is my ...